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
MutableEntityExtended| Name | 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": "1fcc5990-6efb-434a-9c58-cfd59146a9ad",
"ParentId": "0f9b8511-5144-4ae1-8625-1a0bc42d9d2c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"184d0df8-1c04-4da8-9aae-03dfeb8a8235",
"8fb10aaa-ccec-446b-95b3-8072dbaaff32"
],
"Companies": [
"fb147f9f-f8e2-434f-994f-cde520be3cc8",
"4d9ee57b-3b03-4eef-8383-7b5a4c0332f3"
],
"Groups": [
"6379bde3-fe3c-42a6-bb95-f3d2f62ab05a",
"e966aaf3-f7d7-4023-ad90-aa939c123101"
],
"Opportunities": [
"17e5b3f2-2202-42f6-a567-d97d02fa5ac7",
"799bb983-6b9a-41f1-bfa9-9d55a33f8f44"
]
}
}