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": "732f1148-f3ff-40d8-8f4f-b9c79edf2b55", "ParentId": "2790fcbf-099a-4722-bc3d-75078854e74b", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "6a2311e4-953a-4baf-a02e-f33cc1963673", "03ade8fe-3fa5-4a7a-9e9e-98a3d2e0427b" ], "Companies": [ "5e2fd68b-bdc3-4b23-bdab-4c1c0dc223c3", "3080b3f2-9604-442a-af33-d9201d1a1a43" ], "Groups": [ "863fbe52-5d3b-41c6-a8b0-bde8c87cd2b2", "65e14c7d-0360-4efa-ba18-5eb98b683ab3" ], "Opportunities": [ "bd898cb9-b8e0-40ec-8e50-42720de051c9", "cf92c9bc-954d-47ac-9183-b670d1300d7d" ] } }, { "Id": "732f1148-f3ff-40d8-8f4f-b9c79edf2b55", "ParentId": "2790fcbf-099a-4722-bc3d-75078854e74b", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "6a2311e4-953a-4baf-a02e-f33cc1963673", "03ade8fe-3fa5-4a7a-9e9e-98a3d2e0427b" ], "Companies": [ "5e2fd68b-bdc3-4b23-bdab-4c1c0dc223c3", "3080b3f2-9604-442a-af33-d9201d1a1a43" ], "Groups": [ "863fbe52-5d3b-41c6-a8b0-bde8c87cd2b2", "65e14c7d-0360-4efa-ba18-5eb98b683ab3" ], "Opportunities": [ "bd898cb9-b8e0-40ec-8e50-42720de051c9", "cf92c9bc-954d-47ac-9183-b670d1300d7d" ] } } ]