Read a batch of associations
POST {{baseUrl}}/crm/v3/associations/:fromObjectType/:toObjectType/batch/read
Get the IDs of all {toObjectType}
objects associated with those specified in the request body.
Request Body
{"inputs"=>[{"id"=>"<string>"}, {"id"=>"<string>"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"completedAt":"\u003cdateTime\u003e","results":[{"from":{"id":"\u003cstring\u003e"},"to":[{"id":"\u003cstring\u003e","type":"\u003cstring\u003e"},{"id":"\u003cstring\u003e","type":"\u003cstring\u003e"}],"paging":{"next":{"after":"\u003cstring\u003e","link":"\u003cstring\u003e"},"prev":{"before":"\u003cstring\u003e","link":"\u003cstring\u003e"}}},{"from":{"id":"\u003cstring\u003e"},"to":[{"id":"\u003cstring\u003e","type":"\u003cstring\u003e"},{"id":"\u003cstring\u003e","type":"\u003cstring\u003e"}],"paging":{"next":{"after":"\u003cstring\u003e","link":"\u003cstring\u003e"},"prev":{"before":"\u003cstring\u003e","link":"\u003cstring\u003e"}}}],"startedAt":"\u003cdateTime\u003e","status":"PROCESSING","requestedAt":"\u003cdateTime\u003e","links":{"tempor_3b":"\u003cstring\u003e","proident_71b":"\u003cstring\u003e"}}