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": "d68f01f5-1a6b-4a21-b5b5-fb4d9d9169f2",
"ParentId": "678febe4-6510-456d-b83e-cc8efe619c88",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"1cd6d3a5-e9f9-4103-b2dd-d113554cc6f8",
"c89d8f6b-a0a6-4ed8-a959-4c1756104912"
],
"Companies": [
"44b3ce2f-9388-4fba-a2d3-d4c4127f5090",
"b9ed46b0-4f94-4b4e-8474-676f5b04770b"
],
"Groups": [
"8ee17280-8b09-4aae-b800-8ebde85cb968",
"7074ca93-fec1-4748-9e71-202415f86f87"
],
"Opportunities": [
"34a5f3be-dbee-460e-8df7-592a25885edf",
"844e443f-3e05-4a42-9ede-cc93e6072ce5"
]
}
},
{
"Id": "d68f01f5-1a6b-4a21-b5b5-fb4d9d9169f2",
"ParentId": "678febe4-6510-456d-b83e-cc8efe619c88",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"1cd6d3a5-e9f9-4103-b2dd-d113554cc6f8",
"c89d8f6b-a0a6-4ed8-a959-4c1756104912"
],
"Companies": [
"44b3ce2f-9388-4fba-a2d3-d4c4127f5090",
"b9ed46b0-4f94-4b4e-8474-676f5b04770b"
],
"Groups": [
"8ee17280-8b09-4aae-b800-8ebde85cb968",
"7074ca93-fec1-4748-9e71-202415f86f87"
],
"Opportunities": [
"34a5f3be-dbee-460e-8df7-592a25885edf",
"844e443f-3e05-4a42-9ede-cc93e6072ce5"
]
}
}
]