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": "319b09b7-bf6d-4cdc-b234-edd527dcc952",
"ParentId": "77405c44-c9c0-448b-ada2-c27978bea51d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"a1487a8a-240e-4b0c-af61-e4c3594804e9",
"eb7a501a-14b8-418e-a2fd-9ed4a2e18597"
],
"Companies": [
"b742bed7-0116-428c-9f64-f57cb568470e",
"eda9b3ee-d312-4730-9c82-e99bfe421a0d"
],
"Groups": [
"86b883b3-14f8-43a6-a971-e665f9185f35",
"e8a6aaa3-57a9-4807-b88e-1d2d39c90c67"
],
"Opportunities": [
"6d8b75f2-d281-4afd-9118-536fb5ee0fcc",
"bb870f26-7de8-4110-8147-163bf9df2315"
]
}
},
{
"Id": "319b09b7-bf6d-4cdc-b234-edd527dcc952",
"ParentId": "77405c44-c9c0-448b-ada2-c27978bea51d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"a1487a8a-240e-4b0c-af61-e4c3594804e9",
"eb7a501a-14b8-418e-a2fd-9ed4a2e18597"
],
"Companies": [
"b742bed7-0116-428c-9f64-f57cb568470e",
"eda9b3ee-d312-4730-9c82-e99bfe421a0d"
],
"Groups": [
"86b883b3-14f8-43a6-a971-e665f9185f35",
"e8a6aaa3-57a9-4807-b88e-1d2d39c90c67"
],
"Opportunities": [
"6d8b75f2-d281-4afd-9118-536fb5ee0fcc",
"bb870f26-7de8-4110-8147-163bf9df2315"
]
}
}
]