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": "52824733-ba0b-4576-8c37-d65f6ae36600",
"ParentId": "a123b1ea-9231-4a52-ba9f-9cb2fbff7ac7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"dcb0a5db-080d-4144-929e-93b1b73d5d8c",
"b505070f-0e76-4bbe-abcb-46c1b0c0d2b8"
],
"Companies": [
"d4c7d577-71f7-4afd-babb-c1dc7542e2f7",
"b10a8109-00a0-4d41-b50f-eddee0cf3ddf"
],
"Groups": [
"ccfdf159-4497-400e-ba9a-cddb405f9bbb",
"042cb344-22a6-4c6c-b44b-09c8b41e533c"
],
"Opportunities": [
"e65732c4-e1c5-458e-a11c-51701d1acd45",
"8b2859b2-ded2-4ac4-a6ba-a4da12534af0"
]
}
},
{
"Id": "52824733-ba0b-4576-8c37-d65f6ae36600",
"ParentId": "a123b1ea-9231-4a52-ba9f-9cb2fbff7ac7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"dcb0a5db-080d-4144-929e-93b1b73d5d8c",
"b505070f-0e76-4bbe-abcb-46c1b0c0d2b8"
],
"Companies": [
"d4c7d577-71f7-4afd-babb-c1dc7542e2f7",
"b10a8109-00a0-4d41-b50f-eddee0cf3ddf"
],
"Groups": [
"ccfdf159-4497-400e-ba9a-cddb405f9bbb",
"042cb344-22a6-4c6c-b44b-09c8b41e533c"
],
"Opportunities": [
"e65732c4-e1c5-458e-a11c-51701d1acd45",
"8b2859b2-ded2-4ac4-a6ba-a4da12534af0"
]
}
}
]