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": "016442ad-5cb4-45fa-925c-1dadb39f3276", "ParentId": "65951815-6964-4cab-b240-e0a79946e5f8", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "9ef3e9e0-ddb2-4831-821c-bb083859cb33", "661c06a2-f714-4d7e-9dce-7bf529dc8771" ], "Companies": [ "ec2faa1a-af8c-4fd9-a07f-18f6f7096104", "02b34944-fbe4-4dfb-aec8-bb4f5f7db7d6" ], "Groups": [ "e9ec8157-f575-4c9d-92a9-b17202970c4f", "ce8128f8-55dd-46d4-b22d-2e2ce585b28d" ], "Opportunities": [ "e49cc917-ad33-4953-ad30-c9297653835f", "ea5190ff-64a1-42ce-8693-a3809d6f6a9a" ] } }, { "Id": "016442ad-5cb4-45fa-925c-1dadb39f3276", "ParentId": "65951815-6964-4cab-b240-e0a79946e5f8", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "9ef3e9e0-ddb2-4831-821c-bb083859cb33", "661c06a2-f714-4d7e-9dce-7bf529dc8771" ], "Companies": [ "ec2faa1a-af8c-4fd9-a07f-18f6f7096104", "02b34944-fbe4-4dfb-aec8-bb4f5f7db7d6" ], "Groups": [ "e9ec8157-f575-4c9d-92a9-b17202970c4f", "ce8128f8-55dd-46d4-b22d-2e2ce585b28d" ], "Opportunities": [ "e49cc917-ad33-4953-ad30-c9297653835f", "ea5190ff-64a1-42ce-8693-a3809d6f6a9a" ] } } ]