List records associated with a record
GET/v1/objects/:entity/:entity_id/:target
List the records associated with one record — for example every company
linked to a contact, via /v1/objects/contacts/{id}/companies.
The response contains records of the {target} entity, so all the usual list
controls apply to them: limit, offset, sort, order, free-text q, and
?field__op=value filters including cf. custom fields, combined with all
or any through match. Those filters stack on top of the association, so
you can ask for "the deals linked to this contact that are above 50000".
Requires read scope on the related entity.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 422
- 429
Successful Response
Error
Error
Error
Error
Validation Error
Error