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": "cf22da0e-8ee3-4054-a4f4-39b5178f489d", "ParentId": "72a27058-9a18-48f6-81b6-d91faba9cf5a", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "c1e32e34-f31f-481d-9fc9-200bb1f79960", "93b9a2b7-2d3c-4023-a6df-f6615ea4d19d" ], "Companies": [ "e828c4ae-6929-4017-a95c-9c804188dca5", "2f6c1a28-8ef2-4abe-b23b-2f5b6f8a9842" ], "Groups": [ "43b04825-eb78-4d9a-985c-8731aad3347c", "52166c6a-bfdd-4a6a-b071-337c3ef5d1a0" ], "Opportunities": [ "9186a315-f814-4d22-84ea-39711b7a1275", "2afb74cd-6e26-4913-9b7d-b177ae01ecee" ] } }, { "Id": "cf22da0e-8ee3-4054-a4f4-39b5178f489d", "ParentId": "72a27058-9a18-48f6-81b6-d91faba9cf5a", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "c1e32e34-f31f-481d-9fc9-200bb1f79960", "93b9a2b7-2d3c-4023-a6df-f6615ea4d19d" ], "Companies": [ "e828c4ae-6929-4017-a95c-9c804188dca5", "2f6c1a28-8ef2-4abe-b23b-2f5b6f8a9842" ], "Groups": [ "43b04825-eb78-4d9a-985c-8731aad3347c", "52166c6a-bfdd-4a6a-b071-337c3ef5d1a0" ], "Opportunities": [ "9186a315-f814-4d22-84ea-39711b7a1275", "2afb74cd-6e26-4913-9b7d-b177ae01ecee" ] } } ]