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": "f7811256-e7eb-4a05-b18e-d602e464e2a5", "ParentId": "5c50a051-b4ad-4d79-a195-c2ada7a5e50f", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "6dd5b2b7-1acb-4865-a930-f6fce9b3d446", "14a6882c-cca0-405c-8035-033d3bf5119b" ], "Companies": [ "bc1f2c47-be67-48e0-a5b0-a6bf6f53a7db", "064b3c10-a62e-42a9-8faf-cfbc728977c3" ], "Groups": [ "70940e21-2178-4e41-a099-e84b3b29a63a", "1ca094ad-6f3f-400f-b353-4f9a2faf9e4a" ], "Opportunities": [ "ba8cd0c7-8542-4400-9d11-9e6c8f5bd34c", "c63fc73f-8d3e-49ff-bdb1-e98d2a18e89b" ] } }