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": "c4814ffb-5321-4cf7-98c9-0a424cb1336d",
"ParentId": "702a3cd4-1d72-4a85-9fa1-5dc13c8be779",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"aeee3393-5a90-4e1b-bd76-d1b8a2c3cb9e",
"a9c1bc08-43f4-4040-bfbc-fee8ceb56c8d"
],
"Companies": [
"5d1c165e-538b-4a41-ba03-a493a644e8f4",
"86e31871-3cfa-43e7-a435-eb37e68e65d0"
],
"Groups": [
"01b62999-a747-4c1c-ad40-a14764838b71",
"c890004e-574e-4310-9328-0a4fe6a3cb40"
],
"Opportunities": [
"279b239e-c2cc-4552-b530-b27557e05543",
"d12e9ee5-b887-4f41-91ff-cdc6bcc332f1"
]
}
},
{
"Id": "c4814ffb-5321-4cf7-98c9-0a424cb1336d",
"ParentId": "702a3cd4-1d72-4a85-9fa1-5dc13c8be779",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"aeee3393-5a90-4e1b-bd76-d1b8a2c3cb9e",
"a9c1bc08-43f4-4040-bfbc-fee8ceb56c8d"
],
"Companies": [
"5d1c165e-538b-4a41-ba03-a493a644e8f4",
"86e31871-3cfa-43e7-a435-eb37e68e65d0"
],
"Groups": [
"01b62999-a747-4c1c-ad40-a14764838b71",
"c890004e-574e-4310-9328-0a4fe6a3cb40"
],
"Opportunities": [
"279b239e-c2cc-4552-b530-b27557e05543",
"d12e9ee5-b887-4f41-91ff-cdc6bcc332f1"
]
}
}
]