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": "df251888-b0c2-4575-b2f5-f12bca332911",
"ParentId": "703672a3-2d7e-48ed-bf23-0dfbc292d190",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"65259257-42d0-48c9-aaf0-33aa4829445b",
"4495107c-8b1e-49ef-9db7-63657700661a"
],
"Companies": [
"f8d6addf-33fe-49d9-8ab5-0bf856542941",
"a7df65fa-8ac0-4bbc-bac3-fd69b51f3c3f"
],
"Groups": [
"47d94990-038c-4018-ad55-745cf0ced29f",
"91d39bdb-f4a8-48d8-85c3-51cb01481b6f"
],
"Opportunities": [
"7565d65e-5afc-4254-bb9a-9aafc10f33b3",
"28cd2579-a54a-4581-b1e5-8ac805ed9dd5"
]
}
},
{
"Id": "df251888-b0c2-4575-b2f5-f12bca332911",
"ParentId": "703672a3-2d7e-48ed-bf23-0dfbc292d190",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"65259257-42d0-48c9-aaf0-33aa4829445b",
"4495107c-8b1e-49ef-9db7-63657700661a"
],
"Companies": [
"f8d6addf-33fe-49d9-8ab5-0bf856542941",
"a7df65fa-8ac0-4bbc-bac3-fd69b51f3c3f"
],
"Groups": [
"47d94990-038c-4018-ad55-745cf0ced29f",
"91d39bdb-f4a8-48d8-85c3-51cb01481b6f"
],
"Opportunities": [
"7565d65e-5afc-4254-bb9a-9aafc10f33b3",
"28cd2579-a54a-4581-b1e5-8ac805ed9dd5"
]
}
}
]