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": "65c9fcdf-af5f-46ea-a758-eec7cd1c811e",
"ParentId": "4a565bdc-4857-49c6-88d2-15b5f08367c7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"37037edd-7465-4f25-82f8-1b3b12a2b623",
"bae99c59-4d7e-47d7-a65b-deeac0f13653"
],
"Companies": [
"9b67137a-4f7c-407f-b0a6-07ec6e8a1f20",
"e302e1d3-fe11-4aaa-bb14-7c718d6991ec"
],
"Groups": [
"f4550531-99c2-475d-a821-7a0370dd4677",
"9f591825-322a-42c7-950c-d4d974d89ffe"
],
"Opportunities": [
"ca3f704a-fad5-46f8-9d9b-7215b5111865",
"b7dfba70-948a-4cd3-81f0-5535410f6fa9"
]
}
},
{
"Id": "65c9fcdf-af5f-46ea-a758-eec7cd1c811e",
"ParentId": "4a565bdc-4857-49c6-88d2-15b5f08367c7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"37037edd-7465-4f25-82f8-1b3b12a2b623",
"bae99c59-4d7e-47d7-a65b-deeac0f13653"
],
"Companies": [
"9b67137a-4f7c-407f-b0a6-07ec6e8a1f20",
"e302e1d3-fe11-4aaa-bb14-7c718d6991ec"
],
"Groups": [
"f4550531-99c2-475d-a821-7a0370dd4677",
"9f591825-322a-42c7-950c-d4d974d89ffe"
],
"Opportunities": [
"ca3f704a-fad5-46f8-9d9b-7215b5111865",
"b7dfba70-948a-4cd3-81f0-5535410f6fa9"
]
}
}
]