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": "014f1ad7-7a7f-4b8f-be11-0ae346b28791", "ParentId": "7f2ae8f5-3202-43ae-a305-e777512a5491", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "c72c3717-da17-4847-baed-3b55e306e1df", "85a2f7f9-9742-49b9-be0a-e6153e41782f" ], "Companies": [ "1e8193ed-a327-4beb-b62a-94de2ef891b0", "a316bad8-2280-4db4-93ef-5d57946596d7" ], "Groups": [ "df5a3ef1-b39d-4b1d-8169-2bca14dbdeab", "9b63b3ed-70d5-40c9-8b8a-118fbb9a2ace" ], "Opportunities": [ "16b17f06-4d45-4fe6-b8bf-8b2d5d1447e3", "ae540b02-441b-4954-ac05-04a7824286f3" ] } }, { "Id": "014f1ad7-7a7f-4b8f-be11-0ae346b28791", "ParentId": "7f2ae8f5-3202-43ae-a305-e777512a5491", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "c72c3717-da17-4847-baed-3b55e306e1df", "85a2f7f9-9742-49b9-be0a-e6153e41782f" ], "Companies": [ "1e8193ed-a327-4beb-b62a-94de2ef891b0", "a316bad8-2280-4db4-93ef-5d57946596d7" ], "Groups": [ "df5a3ef1-b39d-4b1d-8169-2bca14dbdeab", "9b63b3ed-70d5-40c9-8b8a-118fbb9a2ace" ], "Opportunities": [ "16b17f06-4d45-4fe6-b8bf-8b2d5d1447e3", "ae540b02-441b-4954-ac05-04a7824286f3" ] } } ]