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": "22333770-8df0-4dd1-8da3-797d0fca2a09",
"ParentId": "96b7e8d3-dae7-427e-bc2d-f6804e5ee43e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"01a83bc9-f678-476d-9ed2-00b601c8b95c",
"f1a6552b-6591-40f0-af1f-400e528c00d2"
],
"Companies": [
"a1691077-8995-44bf-812f-9adf4df62dc4",
"0a82b2de-e4d5-4934-bf30-6c0acc3a4c00"
],
"Groups": [
"adb56244-0049-4a08-ba3d-1a9ebc02a9f7",
"c07579b8-f864-4cd7-98ea-848a9c5343a6"
],
"Opportunities": [
"ebd60d1a-33c1-4067-ba64-78c14c5c149e",
"977a0985-5ea7-4d83-9c5c-471ff26ad732"
]
}
},
{
"Id": "22333770-8df0-4dd1-8da3-797d0fca2a09",
"ParentId": "96b7e8d3-dae7-427e-bc2d-f6804e5ee43e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"01a83bc9-f678-476d-9ed2-00b601c8b95c",
"f1a6552b-6591-40f0-af1f-400e528c00d2"
],
"Companies": [
"a1691077-8995-44bf-812f-9adf4df62dc4",
"0a82b2de-e4d5-4934-bf30-6c0acc3a4c00"
],
"Groups": [
"adb56244-0049-4a08-ba3d-1a9ebc02a9f7",
"c07579b8-f864-4cd7-98ea-848a9c5343a6"
],
"Opportunities": [
"ebd60d1a-33c1-4067-ba64-78c14c5c149e",
"977a0985-5ea7-4d83-9c5c-471ff26ad732"
]
}
}
]