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": "3780e612-5a9e-46b4-9729-3a9f6deae614",
"ParentId": "6c91a915-6a92-4b34-80e1-b04844a920f5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"adca675b-c20c-4383-82f0-4d9bb35e155e",
"b6fadd54-ce15-48b9-a641-5f082d01de9c"
],
"Companies": [
"ec34461d-4590-4b10-aaa5-74c211b65388",
"733532a7-f1b5-4d88-8708-5f62207d6c21"
],
"Groups": [
"5ab25716-be4d-4484-9a9b-f0e596ef84cf",
"9bbdb93d-4758-4260-9598-7b47af224977"
],
"Opportunities": [
"2610d456-054e-4749-b017-4b55a00aecc0",
"40f0d893-6c3a-4609-9128-c8f404690396"
]
}
},
{
"Id": "3780e612-5a9e-46b4-9729-3a9f6deae614",
"ParentId": "6c91a915-6a92-4b34-80e1-b04844a920f5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"adca675b-c20c-4383-82f0-4d9bb35e155e",
"b6fadd54-ce15-48b9-a641-5f082d01de9c"
],
"Companies": [
"ec34461d-4590-4b10-aaa5-74c211b65388",
"733532a7-f1b5-4d88-8708-5f62207d6c21"
],
"Groups": [
"5ab25716-be4d-4484-9a9b-f0e596ef84cf",
"9bbdb93d-4758-4260-9598-7b47af224977"
],
"Opportunities": [
"2610d456-054e-4749-b017-4b55a00aecc0",
"40f0d893-6c3a-4609-9128-c8f404690396"
]
}
}
]