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": "2921272d-0f01-4bb2-824f-2ddc8257e6d5", "ParentId": "5126340f-de7a-42a7-8492-83a2f64f6229", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "8bf6db74-464a-4015-a2f8-792928d82f2f", "8ee8a96e-4fc4-464d-86ce-6e4f4cac9cff" ], "Companies": [ "09b68ee8-6bee-4888-8795-865d2584ecf1", "2393293c-1985-4de7-b01b-3efa901ad049" ], "Groups": [ "d56dbbe6-d7de-4290-8e86-d25a81f55a91", "a47c05b1-6b19-43d4-98a6-eecd710770f0" ], "Opportunities": [ "b896e41d-0e94-49e2-a33e-9b2290741beb", "9e44e1b8-cd23-466d-8031-c3a6f9fe6fd3" ] } }, { "Id": "2921272d-0f01-4bb2-824f-2ddc8257e6d5", "ParentId": "5126340f-de7a-42a7-8492-83a2f64f6229", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "8bf6db74-464a-4015-a2f8-792928d82f2f", "8ee8a96e-4fc4-464d-86ce-6e4f4cac9cff" ], "Companies": [ "09b68ee8-6bee-4888-8795-865d2584ecf1", "2393293c-1985-4de7-b01b-3efa901ad049" ], "Groups": [ "d56dbbe6-d7de-4290-8e86-d25a81f55a91", "a47c05b1-6b19-43d4-98a6-eecd710770f0" ], "Opportunities": [ "b896e41d-0e94-49e2-a33e-9b2290741beb", "9e44e1b8-cd23-466d-8031-c3a6f9fe6fd3" ] } } ]