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": "6803f1dd-0de2-45d9-936e-d2d49e231ca6",
"ParentId": "c272018c-763b-4ea4-9ba3-222a88d9b27c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"521d7e21-fa6e-4ebb-b3ab-07b8ff2257c5",
"6ffbc542-71ba-4518-9063-9819db9d817a"
],
"Companies": [
"139439bd-8751-4cdb-a7e9-96ed186f554e",
"8562ca52-acb6-478b-bcce-aebbbad4aed6"
],
"Groups": [
"f05fa3a7-d3b5-44ae-8422-7d72bdba2d44",
"9f76d5ee-8fd1-41be-b94c-afe76ab87b00"
],
"Opportunities": [
"50657ce5-5129-4a94-ae90-0a0d6f658575",
"31ef5d59-f1a1-4195-b679-c7b02daf4025"
]
}
}