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": "237e3442-62fc-44c6-ae40-0bb898b532aa",
"ParentId": "e7c98833-4c90-401d-a763-386987ccd1eb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"2d35130a-0f4f-41c4-8832-54d20ba0ddac",
"2e5547da-7209-4bb9-9575-6f647336ddbc"
],
"Companies": [
"c35ebe11-cc56-4ad9-a7a0-018b18f99ca8",
"19ed2e0b-cc51-4bc8-b43f-f7b38238dffb"
],
"Groups": [
"bc0bf8a5-18fa-45ae-97d6-fc1b018424d9",
"59d03f04-16f4-4b3b-90a4-af7870e1dc6e"
],
"Opportunities": [
"8d29c7bd-36c2-4931-a03d-4202b00e3b38",
"324e00e3-127b-4ad7-8f26-58f9893d751e"
]
}
}