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": "c3010d73-030d-4ee3-ad08-f274274d355d",
"ParentId": "6fa511fb-2e5e-4ef8-92f8-e91f2c79f7dc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"e98a3ea9-c6de-4d75-9442-6a37227fc03f",
"4a103495-d453-4dda-8fa0-d102e594e43c"
],
"Companies": [
"7a32c276-f585-447a-9e85-0869e3f508bf",
"fc651814-8d57-4b60-9000-c42b433768cc"
],
"Groups": [
"3368e7b4-67a6-421e-b0da-794193b85899",
"126fe323-edb7-4a2f-92e4-ec49be61aaba"
],
"Opportunities": [
"06a8a608-21ed-4ea1-ade5-7b890ed0bbe5",
"41581a95-16d2-4a01-932b-51123185b7d2"
]
}
},
{
"Id": "c3010d73-030d-4ee3-ad08-f274274d355d",
"ParentId": "6fa511fb-2e5e-4ef8-92f8-e91f2c79f7dc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"e98a3ea9-c6de-4d75-9442-6a37227fc03f",
"4a103495-d453-4dda-8fa0-d102e594e43c"
],
"Companies": [
"7a32c276-f585-447a-9e85-0869e3f508bf",
"fc651814-8d57-4b60-9000-c42b433768cc"
],
"Groups": [
"3368e7b4-67a6-421e-b0da-794193b85899",
"126fe323-edb7-4a2f-92e4-ec49be61aaba"
],
"Opportunities": [
"06a8a608-21ed-4ea1-ade5-7b890ed0bbe5",
"41581a95-16d2-4a01-932b-51123185b7d2"
]
}
}
]