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": "3106cae1-aa38-47f9-95ce-6f59c04c2c81",
"ParentId": "0b4046d9-5378-4ba6-a666-dc8d75af8393",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"5e529c30-e49c-4b39-a87a-3c9044e948db",
"086dbd7f-9d20-4a16-a960-64021c5e900c"
],
"Companies": [
"7f080f18-5328-4f2b-98a0-5ede29415dcb",
"55d81380-1bad-4fe6-8633-362e691eeced"
],
"Groups": [
"8d51764e-25b4-422c-9b93-8daf8351d1bf",
"ad84fcc0-6b65-4122-ad91-11ea3bfd518a"
],
"Opportunities": [
"3649b541-a18c-4b14-8c8b-dcdac6bde5bb",
"0fe7455c-a7eb-4c5d-a5bf-1614439fb3f7"
]
}
}