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": "a0840c5f-cad8-4632-aff9-8f9fc282b299", "ParentId": "2c6899e5-a729-4047-8643-7bb5f5648520", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "b0475901-74d0-450c-a75f-210431788b4a", "9141767d-7591-4725-92ed-d652f8ad22e1" ], "Companies": [ "9c8ed8af-c8c2-49cc-bb08-663ec522f659", "d6fa2200-4929-4d1a-a8d2-e5511f51778b" ], "Groups": [ "b1c46995-f005-4f0d-bc86-c1ee0a235c2d", "87ba7566-c2f2-4dc0-bf3e-508723eff057" ], "Opportunities": [ "e320b1e4-47c7-483b-b962-7a27ad6be072", "6582ad3c-54af-48b0-9975-f93e1594446c" ] } }