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": "d917b092-4fab-4fe0-8a08-0c7e15116705", "ParentId": "6a19d90e-984b-4170-81b3-c1d74e3f2ebc", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "ba23d5e4-2bd5-42bf-a19f-020a75002c55", "75d01bd4-f38d-4848-869b-0b9bdd0512ba" ], "Companies": [ "1bb9bd4f-0698-487c-a5f4-f4cc5fc4fbab", "63835a11-c37c-4af9-b068-2cfd035d13c1" ], "Groups": [ "e88434b3-0142-479b-8220-cca28db8431f", "c8a92051-5f20-4d6e-b341-177ff73ced6a" ], "Opportunities": [ "75f0f787-4dba-4b94-b4c8-935e0653f9ba", "3e931139-8f7a-494b-8ff1-79b98e25527a" ] } }