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": "fa178a64-13c9-4ff9-801d-85b3044603d3",
"ParentId": "461e4577-7cf6-4121-a5ba-8ebc454b9bd1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"8616be12-22f7-483d-816e-3add5b7616ec",
"3bcbdbb6-f5ba-474d-b771-67c078ab24a6"
],
"Companies": [
"0ebf78b4-a361-4619-98fd-c3b0eb4e77f9",
"07f241a7-1ed7-4226-aefa-2f9167ec260e"
],
"Groups": [
"4c58217f-0aae-4f17-aadc-55832f5ce541",
"66b180b7-e54f-4243-a210-1ae429d653af"
],
"Opportunities": [
"371af80c-e354-4a0c-81f4-77ea63821e58",
"1154b1a6-57d0-4830-826b-ae2d1db2e81a"
]
}
},
{
"Id": "fa178a64-13c9-4ff9-801d-85b3044603d3",
"ParentId": "461e4577-7cf6-4121-a5ba-8ebc454b9bd1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"8616be12-22f7-483d-816e-3add5b7616ec",
"3bcbdbb6-f5ba-474d-b771-67c078ab24a6"
],
"Companies": [
"0ebf78b4-a361-4619-98fd-c3b0eb4e77f9",
"07f241a7-1ed7-4226-aefa-2f9167ec260e"
],
"Groups": [
"4c58217f-0aae-4f17-aadc-55832f5ce541",
"66b180b7-e54f-4243-a210-1ae429d653af"
],
"Opportunities": [
"371af80c-e354-4a0c-81f4-77ea63821e58",
"1154b1a6-57d0-4830-826b-ae2d1db2e81a"
]
}
}
]