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": "134cbb29-8da8-4fe0-97f9-e9b01758020c", "ParentId": "9e3cf38c-04e9-49b6-843d-2a4c1ac42253", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "0cc0807a-bd90-40bd-a683-20f110ebe00a", "e69b47b7-14c5-475d-8eb5-886ef450f0fb" ], "Companies": [ "f140b018-5b3b-4f90-9b55-4387e15a2dc2", "13269a7a-9964-4104-9a31-3a9dc7ff3011" ], "Groups": [ "dc43ac87-bb1d-4439-ab1e-21be17e703e8", "11666590-3bc0-474d-a252-77d202f9691c" ], "Opportunities": [ "c69f3b73-cf4e-482e-b2bb-fe4b0be38e43", "57333d4f-c2f1-4f20-9564-332cc1ae8ba1" ] } }