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": "a4ea3ef5-c79b-45b6-b20f-d38b47503169",
"ParentId": "462e6ae6-ea43-4e1d-9212-ef92e827d45d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"c85ccff7-0599-436d-9531-38c6f1612f92",
"6ef2ab7d-098e-42a2-a25e-be13484fdbee"
],
"Companies": [
"832ca15d-11e2-43e2-9842-9dff6d577121",
"391865c9-c318-4a2e-8f8e-76adb95192db"
],
"Groups": [
"63428c38-16ce-431a-966d-8bfddc5b7e2d",
"d593088b-e413-443c-9f57-4c1dd429fd0d"
],
"Opportunities": [
"4557181e-ea14-459d-9746-1ae23264f9de",
"0b97d0e0-4e31-476b-90a8-643216cecb3f"
]
}
},
{
"Id": "a4ea3ef5-c79b-45b6-b20f-d38b47503169",
"ParentId": "462e6ae6-ea43-4e1d-9212-ef92e827d45d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"c85ccff7-0599-436d-9531-38c6f1612f92",
"6ef2ab7d-098e-42a2-a25e-be13484fdbee"
],
"Companies": [
"832ca15d-11e2-43e2-9842-9dff6d577121",
"391865c9-c318-4a2e-8f8e-76adb95192db"
],
"Groups": [
"63428c38-16ce-431a-966d-8bfddc5b7e2d",
"d593088b-e413-443c-9f57-4c1dd429fd0d"
],
"Opportunities": [
"4557181e-ea14-459d-9746-1ae23264f9de",
"0b97d0e0-4e31-476b-90a8-643216cecb3f"
]
}
}
]