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": "318c7808-a7d1-43b3-865b-2a9993ca0fd8",
"ParentId": "8d486876-2229-40b7-8c83-cbdceae4dd20",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"1d6fbcc5-8945-4782-8948-07555ae7b923",
"39009ed3-edf9-47ce-8249-786ef44aa4cf"
],
"Companies": [
"200f991f-ae8d-414c-b8cc-a09e289f1997",
"08f5de0c-1725-4c71-a99b-af13b100757f"
],
"Groups": [
"1900b1cc-f5ea-4f1e-899a-95e14a63cd05",
"858376fc-b3e0-4c7e-9b7d-31e858586036"
],
"Opportunities": [
"3be84bb8-c498-495f-9d3e-2dfa40d754c1",
"820ea874-ee9d-4d65-ad55-c5ff211bd335"
]
}
},
{
"Id": "318c7808-a7d1-43b3-865b-2a9993ca0fd8",
"ParentId": "8d486876-2229-40b7-8c83-cbdceae4dd20",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"1d6fbcc5-8945-4782-8948-07555ae7b923",
"39009ed3-edf9-47ce-8249-786ef44aa4cf"
],
"Companies": [
"200f991f-ae8d-414c-b8cc-a09e289f1997",
"08f5de0c-1725-4c71-a99b-af13b100757f"
],
"Groups": [
"1900b1cc-f5ea-4f1e-899a-95e14a63cd05",
"858376fc-b3e0-4c7e-9b7d-31e858586036"
],
"Opportunities": [
"3be84bb8-c498-495f-9d3e-2dfa40d754c1",
"820ea874-ee9d-4d65-ad55-c5ff211bd335"
]
}
}
]