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": "be27efd4-ec19-414e-8aec-88c0cb9ff927", "ParentId": "31aca0bd-029f-48a6-86ec-b07ae0642f8c", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "d587bc10-f148-4a36-8cbe-1d7f3b1171cb", "37abb404-cbd5-44af-a6c4-41023eb32917" ], "Companies": [ "d8155e4a-5f1d-43b5-920c-7f87ab3f269a", "77b3c8f9-1208-438d-9486-b46c1ccd0bd9" ], "Groups": [ "79c0d0d7-7b12-4e2b-8c28-e1ac09fbf2a5", "a497801d-9a4b-41b7-a782-c6a34ca3beb7" ], "Opportunities": [ "8e78ed3f-cc31-4df6-93ca-507182ac9c83", "0920c103-9bf9-4c35-bd9c-d1f9490365b1" ] } }, { "Id": "be27efd4-ec19-414e-8aec-88c0cb9ff927", "ParentId": "31aca0bd-029f-48a6-86ec-b07ae0642f8c", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "d587bc10-f148-4a36-8cbe-1d7f3b1171cb", "37abb404-cbd5-44af-a6c4-41023eb32917" ], "Companies": [ "d8155e4a-5f1d-43b5-920c-7f87ab3f269a", "77b3c8f9-1208-438d-9486-b46c1ccd0bd9" ], "Groups": [ "79c0d0d7-7b12-4e2b-8c28-e1ac09fbf2a5", "a497801d-9a4b-41b7-a782-c6a34ca3beb7" ], "Opportunities": [ "8e78ed3f-cc31-4df6-93ca-507182ac9c83", "0920c103-9bf9-4c35-bd9c-d1f9490365b1" ] } } ]