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": "4efc31b1-02bd-448a-b45e-e9e3cad2b429", "ParentId": "a7e564a0-a341-4999-b9aa-cbcd7a3bdf29", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "d18dc14e-aec0-417d-9f73-165fb10713b3", "0ec931df-b55b-4272-bc90-7c4d3f76a6dd" ], "Companies": [ "2d5d2d9d-e006-41f6-92f4-352bcac39366", "8a79004d-c966-4fdf-959d-00af879cc8b2" ], "Groups": [ "d1de8772-c166-4ea1-8a64-74ea2ca79821", "2a850a3a-b33d-4e3a-8695-fa5b3e0148b3" ], "Opportunities": [ "3a6537c3-67a3-49c5-8e1c-3038ed2b7704", "d504e994-4232-4f8d-b1b7-2d5a37da54bd" ] } }, { "Id": "4efc31b1-02bd-448a-b45e-e9e3cad2b429", "ParentId": "a7e564a0-a341-4999-b9aa-cbcd7a3bdf29", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "d18dc14e-aec0-417d-9f73-165fb10713b3", "0ec931df-b55b-4272-bc90-7c4d3f76a6dd" ], "Companies": [ "2d5d2d9d-e006-41f6-92f4-352bcac39366", "8a79004d-c966-4fdf-959d-00af879cc8b2" ], "Groups": [ "d1de8772-c166-4ea1-8a64-74ea2ca79821", "2a850a3a-b33d-4e3a-8695-fa5b3e0148b3" ], "Opportunities": [ "3a6537c3-67a3-49c5-8e1c-3038ed2b7704", "d504e994-4232-4f8d-b1b7-2d5a37da54bd" ] } } ]