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": "e0031c95-c68a-4bd7-8187-bc0ea5710776",
"ParentId": "255e037b-82f9-480a-b286-acec9e9956a1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"76950362-8a1e-4ff1-987d-9cd66dc4ae19",
"65bb0b0e-04c6-4b33-a6b3-fbfb9a6dda5a"
],
"Companies": [
"a2ab7687-5d8a-4d4a-9838-7879e8aa75d5",
"6e3fbddf-6eae-4b5e-b797-c7d7276a37d8"
],
"Groups": [
"b56470d4-7076-42b0-9fb6-98149f0f98d5",
"dcb18cf7-4f46-4854-b886-de06a29e2eea"
],
"Opportunities": [
"634f8baf-db0a-4021-9cf0-740587d14c1b",
"b285e1a3-8b8f-45b9-92c9-7b1a2bb4d0c7"
]
}
},
{
"Id": "e0031c95-c68a-4bd7-8187-bc0ea5710776",
"ParentId": "255e037b-82f9-480a-b286-acec9e9956a1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"76950362-8a1e-4ff1-987d-9cd66dc4ae19",
"65bb0b0e-04c6-4b33-a6b3-fbfb9a6dda5a"
],
"Companies": [
"a2ab7687-5d8a-4d4a-9838-7879e8aa75d5",
"6e3fbddf-6eae-4b5e-b797-c7d7276a37d8"
],
"Groups": [
"b56470d4-7076-42b0-9fb6-98149f0f98d5",
"dcb18cf7-4f46-4854-b886-de06a29e2eea"
],
"Opportunities": [
"634f8baf-db0a-4021-9cf0-740587d14c1b",
"b285e1a3-8b8f-45b9-92c9-7b1a2bb4d0c7"
]
}
}
]