List associations of a contact by type
GET {{baseUrl}}/crm/v3/objects/contacts/:contactId/associations/:toObjectType?hapikey=
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
hapikey | null |
RESPONSES
status: OK
{"results":[{"id":"\u003cstring\u003e","type":"\u003cstring\u003e"},{"id":"\u003cstring\u003e","type":"\u003cstring\u003e"}],"paging":{"next":{"link":"?after=NTI1Cg%3D%3D","after":"NTI1Cg%3D%3D"}}}