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
MutableEntityExtendedName | 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": "e2f24201-69c1-426a-b514-0693142d658f", "ParentId": "f26437bd-8e97-46d5-81be-125c63a06e5b", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "5ddc5aaf-16b2-41df-8673-b19080d92b12", "cdad8823-4511-4956-8602-f28125a085f4" ], "Companies": [ "5096fc54-b409-45d2-816b-30f00c7601f8", "efc35170-6515-4393-976b-d0a86239c3d4" ], "Groups": [ "8e9d2b83-3f38-463d-a04b-c7bfe5e3173d", "f904585a-0338-477b-9409-b79b66df3812" ], "Opportunities": [ "bc3a7600-0304-4feb-b190-94bbb5544a24", "04a0d9f4-42d4-4e1e-b4ec-e7099667f578" ] } }