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": "1895f3f4-1d33-4704-a73a-b10edf330a10",
"ParentId": "303f72c7-cc30-487f-bc90-6c30ffad3ba2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"42541c23-765e-430a-9084-f4f883a67c90",
"41d6ad8a-93d3-4b7b-8821-ed42d5ece353"
],
"Companies": [
"51a8dae2-dc9a-4992-ba91-b26df1aeb3ca",
"04e95666-4347-4519-b7fa-13edf8b9758f"
],
"Groups": [
"2167b19f-c695-46ca-8f8c-8e7a3aadac07",
"8a5d6f04-5f12-497b-a205-b7bafd311daf"
],
"Opportunities": [
"e996d9b2-ecda-499f-80fa-ff5ec0f893db",
"4a7c4732-624c-4b50-8db1-e5cc7523be0d"
]
}
},
{
"Id": "1895f3f4-1d33-4704-a73a-b10edf330a10",
"ParentId": "303f72c7-cc30-487f-bc90-6c30ffad3ba2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"42541c23-765e-430a-9084-f4f883a67c90",
"41d6ad8a-93d3-4b7b-8821-ed42d5ece353"
],
"Companies": [
"51a8dae2-dc9a-4992-ba91-b26df1aeb3ca",
"04e95666-4347-4519-b7fa-13edf8b9758f"
],
"Groups": [
"2167b19f-c695-46ca-8f8c-8e7a3aadac07",
"8a5d6f04-5f12-497b-a205-b7bafd311daf"
],
"Opportunities": [
"e996d9b2-ecda-499f-80fa-ff5ec0f893db",
"4a7c4732-624c-4b50-8db1-e5cc7523be0d"
]
}
}
]