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": "f7e643f7-2a89-4e88-ad6d-d6945d81b2ef",
"ParentId": "c8dc9dcc-a25d-4b31-8112-bdc0587e51d1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"92d1197b-a84a-475c-b0be-7bb3f8ab3ab1",
"dfd5c5e4-6292-4759-8a0a-4f30cc660006"
],
"Companies": [
"4f54e078-43ad-427d-9667-1228afb188af",
"2065f41e-e87e-43f6-9ade-0c00bc7d637b"
],
"Groups": [
"8387e6a5-7f08-436f-b61a-4bb6155fdb80",
"dbb92a50-eb50-4b08-97af-f893acfc77c7"
],
"Opportunities": [
"6872cc95-045f-4a79-aa42-772176e87e58",
"795bb9f9-fc3d-4952-bd61-1714a8ad9347"
]
}
},
{
"Id": "f7e643f7-2a89-4e88-ad6d-d6945d81b2ef",
"ParentId": "c8dc9dcc-a25d-4b31-8112-bdc0587e51d1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"92d1197b-a84a-475c-b0be-7bb3f8ab3ab1",
"dfd5c5e4-6292-4759-8a0a-4f30cc660006"
],
"Companies": [
"4f54e078-43ad-427d-9667-1228afb188af",
"2065f41e-e87e-43f6-9ade-0c00bc7d637b"
],
"Groups": [
"8387e6a5-7f08-436f-b61a-4bb6155fdb80",
"dbb92a50-eb50-4b08-97af-f893acfc77c7"
],
"Opportunities": [
"6872cc95-045f-4a79-aa42-772176e87e58",
"795bb9f9-fc3d-4952-bd61-1714a8ad9347"
]
}
}
]