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": "3c86418f-242b-4acc-8551-e77c1bfb282f",
"ParentId": "bb18c34a-eb07-4644-b174-c65ad5e78bf6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"73f0b56d-688e-4f08-a1de-0a76da97739f",
"e475177b-d48a-4601-951a-7209f467f25c"
],
"Companies": [
"82ca538a-2ebf-4b24-914d-6f68d4707065",
"a11bbc88-0434-422b-9ee4-a12662ed65ce"
],
"Groups": [
"44f2e2dd-9305-42dc-ab8d-341c555c8b41",
"0b8e932a-0d25-4ed4-a598-bd71d2d1e3b4"
],
"Opportunities": [
"2a302f0f-9f45-43ef-89fe-49c6b60a35aa",
"4f79f338-3854-4ca3-a6c7-28dfda38cc8f"
]
}
},
{
"Id": "3c86418f-242b-4acc-8551-e77c1bfb282f",
"ParentId": "bb18c34a-eb07-4644-b174-c65ad5e78bf6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"73f0b56d-688e-4f08-a1de-0a76da97739f",
"e475177b-d48a-4601-951a-7209f467f25c"
],
"Companies": [
"82ca538a-2ebf-4b24-914d-6f68d4707065",
"a11bbc88-0434-422b-9ee4-a12662ed65ce"
],
"Groups": [
"44f2e2dd-9305-42dc-ab8d-341c555c8b41",
"0b8e932a-0d25-4ed4-a598-bd71d2d1e3b4"
],
"Opportunities": [
"2a302f0f-9f45-43ef-89fe-49c6b60a35aa",
"4f79f338-3854-4ca3-a6c7-28dfda38cc8f"
]
}
}
]