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": "806eba33-bbc8-4363-aba1-e4b266302ca0",
"ParentId": "c5d852d5-6a24-48b9-8f48-d7e898eeb69b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"865ff0ef-b39f-4482-a1f5-2a66360c5519",
"f47d9554-3fce-4705-b3d3-88ea5e264dd6"
],
"Companies": [
"9af8354e-6cd9-4312-b816-ed3f2ebec72a",
"a2e7eb04-0e4b-4b4a-b736-555500cd9390"
],
"Groups": [
"0caf000e-ff74-434c-b797-3e6979c529bb",
"07cb244e-7fb2-4379-a060-fd8055863a29"
],
"Opportunities": [
"9a4fe8e5-dcde-46ce-9d0a-54ca9bce053e",
"29b7b22a-6187-4fb8-99eb-317ebf272bf7"
]
}
},
{
"Id": "806eba33-bbc8-4363-aba1-e4b266302ca0",
"ParentId": "c5d852d5-6a24-48b9-8f48-d7e898eeb69b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"865ff0ef-b39f-4482-a1f5-2a66360c5519",
"f47d9554-3fce-4705-b3d3-88ea5e264dd6"
],
"Companies": [
"9af8354e-6cd9-4312-b816-ed3f2ebec72a",
"a2e7eb04-0e4b-4b4a-b736-555500cd9390"
],
"Groups": [
"0caf000e-ff74-434c-b797-3e6979c529bb",
"07cb244e-7fb2-4379-a060-fd8055863a29"
],
"Opportunities": [
"9a4fe8e5-dcde-46ce-9d0a-54ca9bce053e",
"29b7b22a-6187-4fb8-99eb-317ebf272bf7"
]
}
}
]