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": "f907a5f7-a4b3-4cb1-ab67-0bd83c052bfb", "ParentId": "e2af45db-d311-462a-9623-c38224c50d2a", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "9dbdb216-e388-4744-84f8-a1a877ba2157", "0ccb939e-b7dd-47ee-85e8-cb78e29867f0" ], "Companies": [ "b0ff10a7-de36-4944-ad08-53e2d61ad937", "7551bf61-3f44-4524-a9b0-e08e23c4b65b" ], "Groups": [ "dcf89c77-1bff-4d9f-88c7-aa7734c3fe27", "3b96e3fb-1f65-41ad-9ff2-d6c314f9d33f" ], "Opportunities": [ "3568f85f-2b03-4ab9-a7fc-9d9019af100c", "3dc79c00-a536-44d6-84d4-debd61c2ae5e" ] } }, { "Id": "f907a5f7-a4b3-4cb1-ab67-0bd83c052bfb", "ParentId": "e2af45db-d311-462a-9623-c38224c50d2a", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "9dbdb216-e388-4744-84f8-a1a877ba2157", "0ccb939e-b7dd-47ee-85e8-cb78e29867f0" ], "Companies": [ "b0ff10a7-de36-4944-ad08-53e2d61ad937", "7551bf61-3f44-4524-a9b0-e08e23c4b65b" ], "Groups": [ "dcf89c77-1bff-4d9f-88c7-aa7734c3fe27", "3b96e3fb-1f65-41ad-9ff2-d6c314f9d33f" ], "Opportunities": [ "3568f85f-2b03-4ab9-a7fc-9d9019af100c", "3dc79c00-a536-44d6-84d4-debd61c2ae5e" ] } } ]