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": "93bbb300-5388-4cbc-bd60-f55eebb75987", "ParentId": "25e8a814-14eb-4122-9920-205a321dec0c", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "e5100441-aa53-47a4-b625-6e0e113a2a97", "22d8164f-d23d-4842-80b7-1503a66bb56d" ], "Companies": [ "21b1fb9f-0881-4cb0-916f-3cb44d5f134b", "119e3321-71e1-422b-a93b-eb4891c4a70a" ], "Groups": [ "783986e8-b425-49d2-a9cc-7e4131fdf8e0", "f8cb65ee-939a-4709-be11-b5f323f156f3" ], "Opportunities": [ "6874fb62-3897-47d1-b3eb-7e3dbda0b39f", "a6acd540-5ba2-4725-acad-5bad403af801" ] } }