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": "17ecc5b0-4e85-4494-b669-fd0f40394a95",
"ParentId": "ef5f2efb-693b-4d5a-84a4-2225800e5a22",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"5d40f7fe-9a4b-49c0-9fb7-124032e54787",
"df88ca3c-9731-4b44-a6a1-680da58deec1"
],
"Companies": [
"8110b4f0-1942-4b3b-893a-bab3c8fb3071",
"69d00c4a-25dd-4880-b1ed-589c9080b653"
],
"Groups": [
"418b84d7-28c8-45cf-8e04-31793d6e632d",
"e146b607-ac13-4e47-9296-3ac08f766d21"
],
"Opportunities": [
"96c5414a-e871-4feb-a767-2de11b693b6b",
"41515e0f-5693-42c4-bbc6-665da4e65c07"
]
}
},
{
"Id": "17ecc5b0-4e85-4494-b669-fd0f40394a95",
"ParentId": "ef5f2efb-693b-4d5a-84a4-2225800e5a22",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"5d40f7fe-9a4b-49c0-9fb7-124032e54787",
"df88ca3c-9731-4b44-a6a1-680da58deec1"
],
"Companies": [
"8110b4f0-1942-4b3b-893a-bab3c8fb3071",
"69d00c4a-25dd-4880-b1ed-589c9080b653"
],
"Groups": [
"418b84d7-28c8-45cf-8e04-31793d6e632d",
"e146b607-ac13-4e47-9296-3ac08f766d21"
],
"Opportunities": [
"96c5414a-e871-4feb-a767-2de11b693b6b",
"41515e0f-5693-42c4-bbc6-665da4e65c07"
]
}
}
]