Skip to main content
GET
/
v1
/
party-trait
/
getParties
Get Parties for a trait
curl --request GET \
  --url https://live.copilot.fabric.inc/data-customer/v1/party-trait/getParties \
  --header 'Authorization: Bearer <token>' \
  --header 'x-site-context: <x-site-context>'
{
  "query": {
    "offset": 0,
    "limit": 10,
    "count": 54
  },
  "data": [
    {
      "_id": "612d68a62a680d00081ffaed",
      "internalPartyId": "61df41892bf06d00092d0d8f",
      "isDeleted": false,
      "parentPartyId": "61b121a51d949f0009142ada",
      "name": "PARTY P-1",
      "email": "email@address.com.br",
      "partyType": "O",
      "isActive": false,
      "additionalAttributes": {},
      "createdAt": "2021-08-30T23:20:42.822Z",
      "updatedAt": "2021-08-30T23:20:42.822Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

Headers

x-site-context
string
required
Example:

Query Parameters

offset
integer
Example:
limit
integer
Example:

Response

query
object
data
getPartyResponse · object[]