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": "e431b938-0008-485c-8b4e-501edb9154b6", "ParentId": "5fadaacb-5ed9-4948-b599-000a706f95fe", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "642d877b-f472-4584-85ed-c1dff638dcdd", "ac64dc9e-04a2-4a54-89dd-6d7f08f20310" ], "Companies": [ "5cec8d22-9fea-439c-a730-29a90627b149", "5b4d6842-cd7c-44a5-b34c-e4d03160a94c" ], "Groups": [ "18df8213-c799-4323-903a-b93f39399f2c", "4fdb76ef-efdb-4417-8e02-e75762b09a8b" ], "Opportunities": [ "243cf028-8eb5-4fd9-8e0f-1bc60e9df91c", "c852fc24-6786-4b2f-af7e-62305599e7a5" ] } }