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": "49dc67ed-5091-454b-92d9-0d094b294bdd",
"ParentId": "2e2bca10-1ec6-464b-82d8-a015d2712390",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"9d9e11ef-8fe6-4d1a-98f2-85013f464335",
"1d249e40-f8f8-49c1-9960-f537490a275a"
],
"Companies": [
"30dafac2-7a4b-47b3-8175-6ec9b2cddb56",
"2353382a-bd75-45d8-ad0e-0ae98a78333a"
],
"Groups": [
"d95d8acd-cb73-44ef-8eeb-f209cf15c9e9",
"0b234e48-5212-42dd-8959-707dfaf24021"
],
"Opportunities": [
"4bf21b86-7316-4301-8d22-abbc14133651",
"85a6fafe-c31f-4f69-b279-71ab46cb8ae4"
]
}
},
{
"Id": "49dc67ed-5091-454b-92d9-0d094b294bdd",
"ParentId": "2e2bca10-1ec6-464b-82d8-a015d2712390",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"9d9e11ef-8fe6-4d1a-98f2-85013f464335",
"1d249e40-f8f8-49c1-9960-f537490a275a"
],
"Companies": [
"30dafac2-7a4b-47b3-8175-6ec9b2cddb56",
"2353382a-bd75-45d8-ad0e-0ae98a78333a"
],
"Groups": [
"d95d8acd-cb73-44ef-8eeb-f209cf15c9e9",
"0b234e48-5212-42dd-8959-707dfaf24021"
],
"Opportunities": [
"4bf21b86-7316-4301-8d22-abbc14133651",
"85a6fafe-c31f-4f69-b279-71ab46cb8ae4"
]
}
}
]