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": "bf285eab-5174-4e65-b12a-7ebfb7531a73",
"ParentId": "c87e326c-0e01-42bd-b886-9f7d7ddff264",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"b1b57d3d-dfb0-4a96-a722-b3f710782dcb",
"e261c25d-26f1-4151-a2d6-89f4cfc994eb"
],
"Companies": [
"39602fe8-0c2f-4930-b15a-8366d7213a54",
"88a770c7-ae61-45f9-8ab3-81bcf39a2a0f"
],
"Groups": [
"654df5c7-c037-42aa-b4da-c1db1381c9a7",
"687996d5-c68f-470a-8118-c3418f182089"
],
"Opportunities": [
"5df6da9c-cbb6-4a7c-836e-b4bf6ae19b74",
"bc9574c5-8dcb-4b51-a507-a1d875962b76"
]
}
}