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": "e3678863-d194-4c44-8916-92cc1b4b7aca",
"ParentId": "fc6102b0-1e9d-4b97-91c9-b1fabd133531",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"922a1980-25be-4717-b5dd-b6a9df916abe",
"9d4cab47-83ef-48a4-9da2-b80458a89723"
],
"Companies": [
"2e9812af-9385-4d5c-985b-48c62117e33d",
"e30a515e-1c05-4adb-bdc9-a454d84d8360"
],
"Groups": [
"f78100df-8fe1-4fca-ae8c-21ca1f21b416",
"439cea3f-234a-4e48-95c3-8a92e62e9bed"
],
"Opportunities": [
"71cfe3cf-560e-40f3-be3c-f88813009830",
"b4608d2c-685c-4a1d-8494-3e38d74f3942"
]
}
},
{
"Id": "e3678863-d194-4c44-8916-92cc1b4b7aca",
"ParentId": "fc6102b0-1e9d-4b97-91c9-b1fabd133531",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"922a1980-25be-4717-b5dd-b6a9df916abe",
"9d4cab47-83ef-48a4-9da2-b80458a89723"
],
"Companies": [
"2e9812af-9385-4d5c-985b-48c62117e33d",
"e30a515e-1c05-4adb-bdc9-a454d84d8360"
],
"Groups": [
"f78100df-8fe1-4fca-ae8c-21ca1f21b416",
"439cea3f-234a-4e48-95c3-8a92e62e9bed"
],
"Opportunities": [
"71cfe3cf-560e-40f3-be3c-f88813009830",
"b4608d2c-685c-4a1d-8494-3e38d74f3942"
]
}
}
]