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": "16663f48-8bc0-46d5-89c8-a1dc6234d199",
"ParentId": "c9d663d1-169d-455d-9dab-19fa54a5d3ad",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"df1d11b3-ab77-40c7-9f9c-484df3b22d92",
"c0c12d51-c6fe-427d-89d4-c7fec4551eef"
],
"Companies": [
"95c5c4b6-1317-4e80-b595-117fff328ee0",
"693d740b-549c-4cfb-adb5-ec822b574531"
],
"Groups": [
"f41eb698-7e97-41f2-b4a3-be91b7308a87",
"ec7faf52-87d1-4a8e-b790-a4423f980cea"
],
"Opportunities": [
"2e533cdb-594f-4dd3-acbb-15e98b0eab79",
"e4391208-fef1-4949-ba23-451649e4f421"
]
}
},
{
"Id": "16663f48-8bc0-46d5-89c8-a1dc6234d199",
"ParentId": "c9d663d1-169d-455d-9dab-19fa54a5d3ad",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"df1d11b3-ab77-40c7-9f9c-484df3b22d92",
"c0c12d51-c6fe-427d-89d4-c7fec4551eef"
],
"Companies": [
"95c5c4b6-1317-4e80-b595-117fff328ee0",
"693d740b-549c-4cfb-adb5-ec822b574531"
],
"Groups": [
"f41eb698-7e97-41f2-b4a3-be91b7308a87",
"ec7faf52-87d1-4a8e-b790-a4423f980cea"
],
"Opportunities": [
"2e533cdb-594f-4dd3-acbb-15e98b0eab79",
"e4391208-fef1-4949-ba23-451649e4f421"
]
}
}
]