GET api/Contacts
Get Contact records. Supported Headers: Filter, Sort, SortDesc, SelectField, IncludePhoneDetail
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of MutableEntityExtendedName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
ParentId |
This field will only include data when working with Group records. |
globally unique identifier |
None. |
Fields | Dictionary of string [key] and Object [value] |
None. |
|
LinkedEntities | LinkedEntities |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": "5fb54f5c-e8a6-40c8-82fc-ea5867690ecd", "ParentId": "d5ddccd4-9837-4e34-b2d1-984fac5fedc4", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "51691cc3-7299-48d9-96ed-5779c515656e", "8b081f34-c286-418a-85bf-57ff5a2b9337" ], "Companies": [ "af374206-c077-465a-a76d-72c3d27e7b6e", "4512bcb8-d7bb-4ddd-a876-81ec2c608acd" ], "Groups": [ "6a577158-0b9e-4f1a-8b02-c4bc08a78346", "71c9ccf1-60b0-4bac-af55-a4af2412f044" ], "Opportunities": [ "f93fae84-9e19-47b8-9539-4e80531920d5", "95c7dd17-010f-44ad-8b1e-b5b9af3859a8" ] } }, { "Id": "5fb54f5c-e8a6-40c8-82fc-ea5867690ecd", "ParentId": "d5ddccd4-9837-4e34-b2d1-984fac5fedc4", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "51691cc3-7299-48d9-96ed-5779c515656e", "8b081f34-c286-418a-85bf-57ff5a2b9337" ], "Companies": [ "af374206-c077-465a-a76d-72c3d27e7b6e", "4512bcb8-d7bb-4ddd-a876-81ec2c608acd" ], "Groups": [ "6a577158-0b9e-4f1a-8b02-c4bc08a78346", "71c9ccf1-60b0-4bac-af55-a4af2412f044" ], "Opportunities": [ "f93fae84-9e19-47b8-9539-4e80531920d5", "95c7dd17-010f-44ad-8b1e-b5b9af3859a8" ] } } ]