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": "15a07f48-9a71-4245-aa24-38f52fa82144",
"ParentId": "1a0cc403-c97c-4d67-ba74-9c65219e8cee",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"d238e046-4df3-4ce2-a72b-7d884b40dfe6",
"ada928ae-469c-47e5-9083-64a10588cb88"
],
"Companies": [
"05add271-3bc2-4334-9b94-75bbdcd146fb",
"7499b89a-056d-401c-91fe-deec47042c35"
],
"Groups": [
"3f8d2b0d-6fe6-4c25-a6dd-020dfeebc740",
"98d98f53-2875-41f3-a16c-d2509ec041fa"
],
"Opportunities": [
"727efa60-6677-48ad-a3b8-28fa5d92a294",
"efa264d8-d5f3-482f-9263-f95cfc961923"
]
}
},
{
"Id": "15a07f48-9a71-4245-aa24-38f52fa82144",
"ParentId": "1a0cc403-c97c-4d67-ba74-9c65219e8cee",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"d238e046-4df3-4ce2-a72b-7d884b40dfe6",
"ada928ae-469c-47e5-9083-64a10588cb88"
],
"Companies": [
"05add271-3bc2-4334-9b94-75bbdcd146fb",
"7499b89a-056d-401c-91fe-deec47042c35"
],
"Groups": [
"3f8d2b0d-6fe6-4c25-a6dd-020dfeebc740",
"98d98f53-2875-41f3-a16c-d2509ec041fa"
],
"Opportunities": [
"727efa60-6677-48ad-a3b8-28fa5d92a294",
"efa264d8-d5f3-482f-9263-f95cfc961923"
]
}
}
]