GET api/Companies/{id}
Get a Company by ID Supported Headers: SelectField
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
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": "9f791a33-ca73-48ab-89d9-3ec9a1488d74", "ParentId": "026624dc-2d7a-4907-88bd-169a7ab94960", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "ffb558c2-e706-4646-afda-cf39c3d3f178", "52643940-cba7-4fe0-a2d1-ca7929ec7590" ], "Companies": [ "f7d305db-d96c-4e00-a85c-c401fb886859", "979b92f5-9743-438d-96e5-e702d395913d" ], "Groups": [ "4f385685-0b2e-4a8e-89e4-7cbb671c7613", "d617378a-0d67-4f3a-96ad-a9178584be71" ], "Opportunities": [ "4d1ad95d-15c8-4693-865a-db9efe493596", "8b4c76f2-6344-4bfb-ad30-532032c92bed" ] } }