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": "879d0dc6-7d38-48fd-8090-4a0e65c71f3e",
"ParentId": "b9471955-af2e-4e0f-85da-1d606368a3ce",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"c44cd670-4bfb-4daa-b45b-602eb7df3e7d",
"a8719efa-0db1-490a-8ccc-8d0990d6eaa4"
],
"Companies": [
"86481fe9-8f44-4d13-adea-7cc584d51869",
"0f813a70-488b-485e-9c2c-b83be2f63cac"
],
"Groups": [
"5fd92921-ae48-4c21-8079-a963503391ce",
"71ec3782-bdb1-4909-b33c-a74c42a76c94"
],
"Opportunities": [
"1119ee24-ed48-4c64-a351-0f1c9242ebaf",
"baaa7761-0f1c-4e6c-a963-bec20fca2cbf"
]
}
},
{
"Id": "879d0dc6-7d38-48fd-8090-4a0e65c71f3e",
"ParentId": "b9471955-af2e-4e0f-85da-1d606368a3ce",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"c44cd670-4bfb-4daa-b45b-602eb7df3e7d",
"a8719efa-0db1-490a-8ccc-8d0990d6eaa4"
],
"Companies": [
"86481fe9-8f44-4d13-adea-7cc584d51869",
"0f813a70-488b-485e-9c2c-b83be2f63cac"
],
"Groups": [
"5fd92921-ae48-4c21-8079-a963503391ce",
"71ec3782-bdb1-4909-b33c-a74c42a76c94"
],
"Opportunities": [
"1119ee24-ed48-4c64-a351-0f1c9242ebaf",
"baaa7761-0f1c-4e6c-a963-bec20fca2cbf"
]
}
}
]