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": "bc96a93f-40f4-4ba8-be4f-5f51cf78fde8",
"ParentId": "23c12e0c-6251-4157-b21f-2bda4ebb411b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"85cb7a1e-1504-421f-95f8-e542ebffdf38",
"80f5e321-1df1-42ba-9ff4-c24b5e7eae67"
],
"Companies": [
"14ec2db4-249c-4222-b900-20479164c158",
"d4935f26-300a-4c95-9daa-523c58c1fb6e"
],
"Groups": [
"5796c7bc-27e3-481e-84a6-5ff2f3cbbac1",
"96f3e824-0728-41e5-bb2a-fd1df896c342"
],
"Opportunities": [
"2af4961c-ca48-463c-ab90-91ff564c2641",
"1e60b241-8420-471a-9435-bf1692aa1d76"
]
}
},
{
"Id": "bc96a93f-40f4-4ba8-be4f-5f51cf78fde8",
"ParentId": "23c12e0c-6251-4157-b21f-2bda4ebb411b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"85cb7a1e-1504-421f-95f8-e542ebffdf38",
"80f5e321-1df1-42ba-9ff4-c24b5e7eae67"
],
"Companies": [
"14ec2db4-249c-4222-b900-20479164c158",
"d4935f26-300a-4c95-9daa-523c58c1fb6e"
],
"Groups": [
"5796c7bc-27e3-481e-84a6-5ff2f3cbbac1",
"96f3e824-0728-41e5-bb2a-fd1df896c342"
],
"Opportunities": [
"2af4961c-ca48-463c-ab90-91ff564c2641",
"1e60b241-8420-471a-9435-bf1692aa1d76"
]
}
}
]