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": "21ad606e-506f-4fdb-b5b5-63ea958f31d7",
"ParentId": "23a9b90f-3660-4c18-a005-dde8ea2620b3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"6a9fbf79-09d7-40be-99d7-b089907853cb",
"e3a574c8-3a54-48ad-b5b1-1976f2b6b120"
],
"Companies": [
"70ba4d50-9857-41a1-8181-6bbdbfd709d3",
"47d31505-025c-4f26-8c45-4cf71053a3e3"
],
"Groups": [
"fff79287-6667-421b-b6b4-e81e7e2f8ccf",
"e1cf0507-e57a-4327-8661-901cbe50d039"
],
"Opportunities": [
"b7bc7495-6ec0-4908-b530-2aec1261d2e9",
"bc7c09c7-7a7d-47ed-b0b0-8947896b5431"
]
}
},
{
"Id": "21ad606e-506f-4fdb-b5b5-63ea958f31d7",
"ParentId": "23a9b90f-3660-4c18-a005-dde8ea2620b3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"6a9fbf79-09d7-40be-99d7-b089907853cb",
"e3a574c8-3a54-48ad-b5b1-1976f2b6b120"
],
"Companies": [
"70ba4d50-9857-41a1-8181-6bbdbfd709d3",
"47d31505-025c-4f26-8c45-4cf71053a3e3"
],
"Groups": [
"fff79287-6667-421b-b6b4-e81e7e2f8ccf",
"e1cf0507-e57a-4327-8661-901cbe50d039"
],
"Opportunities": [
"b7bc7495-6ec0-4908-b530-2aec1261d2e9",
"bc7c09c7-7a7d-47ed-b0b0-8947896b5431"
]
}
}
]