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": "02913253-7fdb-4a91-b7e7-f0c4b7115c9d",
"ParentId": "71cadb11-dcb1-4d3c-9bba-99eded7d7dbd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"7564a6e9-a598-49b7-8306-b272bcfea62d",
"cfd92d6b-744c-482c-b58b-8451ba4ff363"
],
"Companies": [
"096f2833-b0a9-4c88-aaf4-c1a5fee9d65e",
"30d22a8f-5788-465e-9334-429ef5c53c4f"
],
"Groups": [
"c5a290cb-75ef-48d6-8c97-0312c4880575",
"2259f9c6-e83f-4551-951a-951ed27d74d5"
],
"Opportunities": [
"db73c629-90f5-426e-ac6a-3b5628e90c34",
"fcfae0ae-3c06-4cde-a74a-f5f61a7bfdb8"
]
}
},
{
"Id": "02913253-7fdb-4a91-b7e7-f0c4b7115c9d",
"ParentId": "71cadb11-dcb1-4d3c-9bba-99eded7d7dbd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"7564a6e9-a598-49b7-8306-b272bcfea62d",
"cfd92d6b-744c-482c-b58b-8451ba4ff363"
],
"Companies": [
"096f2833-b0a9-4c88-aaf4-c1a5fee9d65e",
"30d22a8f-5788-465e-9334-429ef5c53c4f"
],
"Groups": [
"c5a290cb-75ef-48d6-8c97-0312c4880575",
"2259f9c6-e83f-4551-951a-951ed27d74d5"
],
"Opportunities": [
"db73c629-90f5-426e-ac6a-3b5628e90c34",
"fcfae0ae-3c06-4cde-a74a-f5f61a7bfdb8"
]
}
}
]