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": "0d00fde4-654d-4c7b-870e-fa4b7b51fde8", "ParentId": "41a59a8a-af2e-4fce-bdfb-313d3175fbf4", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "e7f1b885-1534-4752-aedf-e655b8bb97c1", "e8b9c722-b388-483b-baf0-f55f1aa03bb3" ], "Companies": [ "5d7ad101-7f99-4ff0-8713-3b183df436c0", "13563e4f-5dbf-4d39-b19d-bd3ee3891206" ], "Groups": [ "71fd6c0c-be68-4e71-a76b-60cdb9f8735c", "86a9ec9e-90d5-4f59-87ce-338948fac134" ], "Opportunities": [ "9d1007f5-a1c3-4f63-b9bf-e6477584112d", "8e19b6a0-573c-4e2a-85d0-4d7477e3f4dd" ] } }, { "Id": "0d00fde4-654d-4c7b-870e-fa4b7b51fde8", "ParentId": "41a59a8a-af2e-4fce-bdfb-313d3175fbf4", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "e7f1b885-1534-4752-aedf-e655b8bb97c1", "e8b9c722-b388-483b-baf0-f55f1aa03bb3" ], "Companies": [ "5d7ad101-7f99-4ff0-8713-3b183df436c0", "13563e4f-5dbf-4d39-b19d-bd3ee3891206" ], "Groups": [ "71fd6c0c-be68-4e71-a76b-60cdb9f8735c", "86a9ec9e-90d5-4f59-87ce-338948fac134" ], "Opportunities": [ "9d1007f5-a1c3-4f63-b9bf-e6477584112d", "8e19b6a0-573c-4e2a-85d0-4d7477e3f4dd" ] } } ]