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": "b4e0f133-1aa9-418c-8e9f-18d8d0618a4f",
"ParentId": "5a4607d7-c492-48fa-b1e5-12aa9a377b89",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"8f02432b-5043-4faa-835d-a8417d4c1071",
"66197700-8037-4e00-99af-b9007225b299"
],
"Companies": [
"0759f84c-57f0-4d0a-a584-bcedf8a4c004",
"4fbf991d-1faf-4cef-bf51-2febbec97a0c"
],
"Groups": [
"ec8fd857-c6cf-4fca-b2f9-389a88e26248",
"3e07bf0b-8d45-44f3-a2db-9863fe646848"
],
"Opportunities": [
"813609da-4f25-448c-94bc-67164a3240bf",
"541b7236-c7fd-488c-b423-1013b7386eff"
]
}
},
{
"Id": "b4e0f133-1aa9-418c-8e9f-18d8d0618a4f",
"ParentId": "5a4607d7-c492-48fa-b1e5-12aa9a377b89",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"8f02432b-5043-4faa-835d-a8417d4c1071",
"66197700-8037-4e00-99af-b9007225b299"
],
"Companies": [
"0759f84c-57f0-4d0a-a584-bcedf8a4c004",
"4fbf991d-1faf-4cef-bf51-2febbec97a0c"
],
"Groups": [
"ec8fd857-c6cf-4fca-b2f9-389a88e26248",
"3e07bf0b-8d45-44f3-a2db-9863fe646848"
],
"Opportunities": [
"813609da-4f25-448c-94bc-67164a3240bf",
"541b7236-c7fd-488c-b423-1013b7386eff"
]
}
}
]