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": "3b45c405-5419-45ce-befa-b4a0d5fa8e23",
"ParentId": "b8bdc164-5ad3-47bb-8dfa-576742c2f384",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"03763dc3-a9ce-45ed-801c-7ff5361fe16a",
"35a2c5ec-eb8d-4a07-81c6-6f32b9a59997"
],
"Companies": [
"eb86843d-bcdb-4c44-a62a-0bd8f520e661",
"fa78bf45-c4d2-4cbd-8af0-82e8be2c28f5"
],
"Groups": [
"a0565776-8130-4f76-a239-8f56470f8726",
"b589af41-3ace-4525-a25c-2d983d6721b6"
],
"Opportunities": [
"f9b961f4-c942-45c3-bfe3-ee8ac8a5c6ec",
"5fa94cd4-f23f-4f21-b565-a323316251d9"
]
}
},
{
"Id": "3b45c405-5419-45ce-befa-b4a0d5fa8e23",
"ParentId": "b8bdc164-5ad3-47bb-8dfa-576742c2f384",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"03763dc3-a9ce-45ed-801c-7ff5361fe16a",
"35a2c5ec-eb8d-4a07-81c6-6f32b9a59997"
],
"Companies": [
"eb86843d-bcdb-4c44-a62a-0bd8f520e661",
"fa78bf45-c4d2-4cbd-8af0-82e8be2c28f5"
],
"Groups": [
"a0565776-8130-4f76-a239-8f56470f8726",
"b589af41-3ace-4525-a25c-2d983d6721b6"
],
"Opportunities": [
"f9b961f4-c942-45c3-bfe3-ee8ac8a5c6ec",
"5fa94cd4-f23f-4f21-b565-a323316251d9"
]
}
}
]