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": "54f328f6-2027-4459-98fa-94207aec7c53",
"ParentId": "ab0c75c5-f922-4382-9d7f-1f24c83f3854",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"059a7a68-f70f-4e9f-9706-264481ffb863",
"dada5747-95e5-4479-8d0e-e4cade60cd6a"
],
"Companies": [
"202849f7-0ec7-453a-9aa1-d7759fa3c534",
"85d908d3-375c-4a39-8ef5-6389ca034002"
],
"Groups": [
"bdb01e5c-837e-49f7-8214-839541f49f07",
"43b1f36c-7144-4981-b990-219966d60e25"
],
"Opportunities": [
"a2d14bb6-5a6d-42b0-a480-079bb7fa4995",
"700c8c9e-4484-4b5c-884d-e00564a41c33"
]
}
},
{
"Id": "54f328f6-2027-4459-98fa-94207aec7c53",
"ParentId": "ab0c75c5-f922-4382-9d7f-1f24c83f3854",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"059a7a68-f70f-4e9f-9706-264481ffb863",
"dada5747-95e5-4479-8d0e-e4cade60cd6a"
],
"Companies": [
"202849f7-0ec7-453a-9aa1-d7759fa3c534",
"85d908d3-375c-4a39-8ef5-6389ca034002"
],
"Groups": [
"bdb01e5c-837e-49f7-8214-839541f49f07",
"43b1f36c-7144-4981-b990-219966d60e25"
],
"Opportunities": [
"a2d14bb6-5a6d-42b0-a480-079bb7fa4995",
"700c8c9e-4484-4b5c-884d-e00564a41c33"
]
}
}
]