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": "c7762964-f80e-4667-9924-a6ad6ece2de3", "ParentId": "7b20cdf8-167d-418a-921e-9ae56662f9df", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "8e9eb866-24a8-4fef-9891-e3ba7cecc28e", "f59beed7-f8af-4fcd-9e4a-744967714f6d" ], "Companies": [ "59b007a2-59b6-46b1-88b4-e1b7e5f1da88", "39817afa-2728-4edd-84fb-eea838e1f281" ], "Groups": [ "97bc761c-673c-4f63-9951-e93c533fc286", "8ede13ae-ea3c-42f3-83d0-ba1740110ef2" ], "Opportunities": [ "4eced2d5-a9d8-4a46-8d33-84b5e4ce3c8e", "aaf0ff28-4cdb-4963-95b9-65058ce160be" ] } }, { "Id": "c7762964-f80e-4667-9924-a6ad6ece2de3", "ParentId": "7b20cdf8-167d-418a-921e-9ae56662f9df", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "8e9eb866-24a8-4fef-9891-e3ba7cecc28e", "f59beed7-f8af-4fcd-9e4a-744967714f6d" ], "Companies": [ "59b007a2-59b6-46b1-88b4-e1b7e5f1da88", "39817afa-2728-4edd-84fb-eea838e1f281" ], "Groups": [ "97bc761c-673c-4f63-9951-e93c533fc286", "8ede13ae-ea3c-42f3-83d0-ba1740110ef2" ], "Opportunities": [ "4eced2d5-a9d8-4a46-8d33-84b5e4ce3c8e", "aaf0ff28-4cdb-4963-95b9-65058ce160be" ] } } ]