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": "59a9b671-ea8a-4655-a67a-1a97c6615364", "ParentId": "1c85613f-834f-4a63-adde-37a9656bca4b", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "04851826-78b8-48bb-bd28-292c4b300214", "1fd76717-ddcb-43c2-9726-9263a0fa8db7" ], "Companies": [ "7f538002-872d-42bc-959e-51702b0efc44", "f2c6a7c2-d852-419a-861b-7b7617699454" ], "Groups": [ "b7c5b701-9a39-4ab5-af1b-ec0fb8c94c56", "476eef05-a0e4-4aca-944b-eba58c99bb45" ], "Opportunities": [ "a6518924-1614-4faa-acd8-17d2b1185bd7", "2970a5bd-2936-4b7a-951d-9df68d4546b4" ] } }