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": "b3c966be-489e-410a-b5d8-1e008ad0a949",
"ParentId": "93c5e5b4-1958-4e95-b8cb-7bd67d053096",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"dce5a31c-0303-4032-b5c0-e9ddd26d7d00",
"e27c81ff-15de-48a1-997a-f7785c2d5371"
],
"Companies": [
"1361c978-5434-4fbb-a6d9-19eacf389612",
"7e470317-4186-4b17-9986-bc108e1e47e7"
],
"Groups": [
"c70ea916-d1ad-4439-97c5-0d557d6d417e",
"a2d756d7-9d48-436e-a97e-a3fbcb10fe87"
],
"Opportunities": [
"3f813fc0-05a4-4c4a-bf2a-91e27d00bd92",
"d9d0843a-5c1d-47fa-a36a-ff457619be8b"
]
}
},
{
"Id": "b3c966be-489e-410a-b5d8-1e008ad0a949",
"ParentId": "93c5e5b4-1958-4e95-b8cb-7bd67d053096",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"dce5a31c-0303-4032-b5c0-e9ddd26d7d00",
"e27c81ff-15de-48a1-997a-f7785c2d5371"
],
"Companies": [
"1361c978-5434-4fbb-a6d9-19eacf389612",
"7e470317-4186-4b17-9986-bc108e1e47e7"
],
"Groups": [
"c70ea916-d1ad-4439-97c5-0d557d6d417e",
"a2d756d7-9d48-436e-a97e-a3fbcb10fe87"
],
"Opportunities": [
"3f813fc0-05a4-4c4a-bf2a-91e27d00bd92",
"d9d0843a-5c1d-47fa-a36a-ff457619be8b"
]
}
}
]