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": "25264173-c93d-4edd-b030-3c8935eae722",
"ParentId": "200f90be-e4ee-4ed6-ae4c-a4737fe7dfc7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"b06c1d1c-621b-4e53-b70f-c8306d83606d",
"81c6a19a-b24e-484e-8ef2-9371ba9fd436"
],
"Companies": [
"2669a02d-cccd-4c64-88e7-9d240a5a8d1b",
"d0b0ac7f-510e-4242-92b9-f72c1b9a046e"
],
"Groups": [
"f430cac9-1966-4e5a-8e38-496158fb059d",
"0b06f176-b82b-4cc4-86b0-0a1c536b44f6"
],
"Opportunities": [
"9957068f-a13d-48ce-a873-57f327ee1577",
"0a792d4c-9edf-4aad-bd22-ebb16c8014ad"
]
}
},
{
"Id": "25264173-c93d-4edd-b030-3c8935eae722",
"ParentId": "200f90be-e4ee-4ed6-ae4c-a4737fe7dfc7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"b06c1d1c-621b-4e53-b70f-c8306d83606d",
"81c6a19a-b24e-484e-8ef2-9371ba9fd436"
],
"Companies": [
"2669a02d-cccd-4c64-88e7-9d240a5a8d1b",
"d0b0ac7f-510e-4242-92b9-f72c1b9a046e"
],
"Groups": [
"f430cac9-1966-4e5a-8e38-496158fb059d",
"0b06f176-b82b-4cc4-86b0-0a1c536b44f6"
],
"Opportunities": [
"9957068f-a13d-48ce-a873-57f327ee1577",
"0a792d4c-9edf-4aad-bd22-ebb16c8014ad"
]
}
}
]