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": "f645b9c8-e40a-431c-9942-428b304fc164",
"ParentId": "52983643-e105-496e-8dc9-a1b23046c586",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"a6a057ec-317d-43a4-9893-dd682f1185d9",
"aa59c559-a517-4c44-8e80-390a03dd7ae8"
],
"Companies": [
"c5cd29c6-a5ba-4530-9156-2ee41d93b91b",
"c68f1d85-9ff1-456d-a364-ec5dc2d3cd74"
],
"Groups": [
"60834a29-e676-4f4c-9006-0be227756c94",
"3345c885-01b2-4d9c-a1bb-f2169c324c29"
],
"Opportunities": [
"f5223392-9da7-4365-a2a3-988a1ed8d641",
"51e4c4f4-d402-4343-a6fe-a7a668bfac95"
]
}
},
{
"Id": "f645b9c8-e40a-431c-9942-428b304fc164",
"ParentId": "52983643-e105-496e-8dc9-a1b23046c586",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"a6a057ec-317d-43a4-9893-dd682f1185d9",
"aa59c559-a517-4c44-8e80-390a03dd7ae8"
],
"Companies": [
"c5cd29c6-a5ba-4530-9156-2ee41d93b91b",
"c68f1d85-9ff1-456d-a364-ec5dc2d3cd74"
],
"Groups": [
"60834a29-e676-4f4c-9006-0be227756c94",
"3345c885-01b2-4d9c-a1bb-f2169c324c29"
],
"Opportunities": [
"f5223392-9da7-4365-a2a3-988a1ed8d641",
"51e4c4f4-d402-4343-a6fe-a7a668bfac95"
]
}
}
]