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": "830ed8b8-cdc7-497f-b1b5-e3a7a3b8f7c6",
"ParentId": "da00ce1e-934a-46a9-a59b-a9d3245792de",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"f449e8ec-b533-4db1-b2ec-adae94541e89",
"d897f5fb-b39b-41e0-a594-405fce6774e1"
],
"Companies": [
"6ccbe8af-da1c-49c5-aafd-98a3157f589a",
"ee03c166-b16c-4af7-bb6e-805041dc7998"
],
"Groups": [
"008c8f94-217d-4c87-acfd-644f8405f008",
"1365d8ad-f566-43f0-99af-8255a1fd09c3"
],
"Opportunities": [
"70b1d42f-26c2-449e-aa78-d2d94144a7bb",
"a5360f5f-a97b-46be-9bc5-64052761eaca"
]
}
},
{
"Id": "830ed8b8-cdc7-497f-b1b5-e3a7a3b8f7c6",
"ParentId": "da00ce1e-934a-46a9-a59b-a9d3245792de",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"f449e8ec-b533-4db1-b2ec-adae94541e89",
"d897f5fb-b39b-41e0-a594-405fce6774e1"
],
"Companies": [
"6ccbe8af-da1c-49c5-aafd-98a3157f589a",
"ee03c166-b16c-4af7-bb6e-805041dc7998"
],
"Groups": [
"008c8f94-217d-4c87-acfd-644f8405f008",
"1365d8ad-f566-43f0-99af-8255a1fd09c3"
],
"Opportunities": [
"70b1d42f-26c2-449e-aa78-d2d94144a7bb",
"a5360f5f-a97b-46be-9bc5-64052761eaca"
]
}
}
]