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": "977e2d10-591d-4602-a52d-58beb333d41b", "ParentId": "6bb138a8-36ce-48bc-8bab-95180d8be729", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "2381bd26-9e8a-4d16-b1a2-03a831a9bbcb", "5c1b3151-3619-456b-935a-99b0606e3305" ], "Companies": [ "93a7734e-ddb5-48bb-acce-132b11938c8c", "acceffcc-e5c7-4510-b791-16f1c43222f7" ], "Groups": [ "8de10cb8-dfe9-4378-a92c-860c9609f9b4", "7e3c5c88-42ff-4a22-80a9-8ef7b3cc8d3a" ], "Opportunities": [ "6ac4cb88-a0f9-4dea-8f66-cc601b2a2280", "d8613128-9ec4-43e1-88f6-c1c6829f5127" ] } }, { "Id": "977e2d10-591d-4602-a52d-58beb333d41b", "ParentId": "6bb138a8-36ce-48bc-8bab-95180d8be729", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "2381bd26-9e8a-4d16-b1a2-03a831a9bbcb", "5c1b3151-3619-456b-935a-99b0606e3305" ], "Companies": [ "93a7734e-ddb5-48bb-acce-132b11938c8c", "acceffcc-e5c7-4510-b791-16f1c43222f7" ], "Groups": [ "8de10cb8-dfe9-4378-a92c-860c9609f9b4", "7e3c5c88-42ff-4a22-80a9-8ef7b3cc8d3a" ], "Opportunities": [ "6ac4cb88-a0f9-4dea-8f66-cc601b2a2280", "d8613128-9ec4-43e1-88f6-c1c6829f5127" ] } } ]