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": "3948689f-84cf-41d2-825a-f957d2e2d3da",
"ParentId": "f68eb30b-0479-4d69-b36f-0048e2e234ad",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"207e4da2-0466-4a4b-993a-5509a8ae4830",
"592ad0ed-58d6-4962-aaa6-a1cc3723c4ef"
],
"Companies": [
"f48fa251-a001-40ff-8427-9e0b5f46d480",
"5f0ebbaa-64e8-4a73-9223-0ac7a8dce1a7"
],
"Groups": [
"1cac001e-1f67-42b3-b186-852bcc0ce303",
"bd1a4d0d-64d5-4304-a0c7-505e669555ac"
],
"Opportunities": [
"4ee0aa19-7670-4338-85b0-2abf9710e0cd",
"7c320442-167f-4a18-ab6b-e093d3e692fe"
]
}
}