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": "3e43464c-2e27-484f-b8c7-cfae1f20208a",
"ParentId": "b9dd8f08-6cd4-4562-8dfc-8314fe59a556",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"75bfc894-c099-4f60-ad61-c462e65211a1",
"ddff4bb0-e784-4483-add2-0eabb4968c29"
],
"Companies": [
"4c0f1dae-18c9-46cb-b360-7c370d7150af",
"129aa808-775c-4803-80ee-3d6f3206e9a0"
],
"Groups": [
"3103e307-02e1-44fb-a6d3-c555d9a2db09",
"5a72386e-8178-4384-8994-5bc4edb20135"
],
"Opportunities": [
"9c6b39af-9505-48e0-b7bd-aa9215cccdf6",
"7d97800d-5b82-423b-9c61-190794387bb4"
]
}
}