GET api/Companies
Get Company records. Supported Headers: Filter, Sort, SortDesc, SelectField
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of 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": "b2014159-a529-4a36-8dd9-e471c6fe7d0d",
"ParentId": "787d0100-302f-407a-9ad0-8ec82052ba7e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"c703799c-f2be-4b4b-976d-d4fe8c6f82ca",
"05b6f1a7-9e3c-4f45-b0a7-8228d39cbc69"
],
"Companies": [
"eb639510-025a-4df4-a7c6-749e52c19f1e",
"0a9d2375-5903-49ab-9798-05dd0b849aa5"
],
"Groups": [
"ecd0db28-ecee-4c32-87e4-c189a157756e",
"b25d0f9f-198a-45eb-803e-825f3ad2304a"
],
"Opportunities": [
"52828836-a78e-45e5-8b66-607fba14f15f",
"24df3576-4391-4a6e-88b9-2828b411c4f0"
]
}
},
{
"Id": "b2014159-a529-4a36-8dd9-e471c6fe7d0d",
"ParentId": "787d0100-302f-407a-9ad0-8ec82052ba7e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"c703799c-f2be-4b4b-976d-d4fe8c6f82ca",
"05b6f1a7-9e3c-4f45-b0a7-8228d39cbc69"
],
"Companies": [
"eb639510-025a-4df4-a7c6-749e52c19f1e",
"0a9d2375-5903-49ab-9798-05dd0b849aa5"
],
"Groups": [
"ecd0db28-ecee-4c32-87e4-c189a157756e",
"b25d0f9f-198a-45eb-803e-825f3ad2304a"
],
"Opportunities": [
"52828836-a78e-45e5-8b66-607fba14f15f",
"24df3576-4391-4a6e-88b9-2828b411c4f0"
]
}
}
]