GET api/Companies
Get Company records. Supported Headers: Filter, Sort, SortDesc, SelectField
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": "eed53041-5e5b-42e7-9034-0eb67dbf0f8e", "ParentId": "69501535-e98e-4fe4-aede-0757f22c3c6b", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "d80aa8b4-400c-44c7-925f-310601e4871b", "02d9cd7c-d707-41e1-a9a1-5d926071f0c3" ], "Companies": [ "1f3452a9-1d58-4821-9b46-8cae25930b8b", "bd1485b0-110e-4f6f-a498-a44302313967" ], "Groups": [ "28a77bf7-7fdb-4692-a1c4-3c3e7b520f09", "e52ebc86-5cab-42f4-9641-f530477c9908" ], "Opportunities": [ "c5814fba-d732-4aa7-87fa-b336671f2285", "58d66251-eb34-4b1f-81ba-9ad9be3c1573" ] } }, { "Id": "eed53041-5e5b-42e7-9034-0eb67dbf0f8e", "ParentId": "69501535-e98e-4fe4-aede-0757f22c3c6b", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "d80aa8b4-400c-44c7-925f-310601e4871b", "02d9cd7c-d707-41e1-a9a1-5d926071f0c3" ], "Companies": [ "1f3452a9-1d58-4821-9b46-8cae25930b8b", "bd1485b0-110e-4f6f-a498-a44302313967" ], "Groups": [ "28a77bf7-7fdb-4692-a1c4-3c3e7b520f09", "e52ebc86-5cab-42f4-9641-f530477c9908" ], "Opportunities": [ "c5814fba-d732-4aa7-87fa-b336671f2285", "58d66251-eb34-4b1f-81ba-9ad9be3c1573" ] } } ]