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": "d1b99a90-b791-4897-a544-6a7e97405fcd",
"ParentId": "53f593ea-7133-44c6-9d74-396bbd0ece31",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"9db95414-b5ac-4623-992c-b64f7ecc5fe8",
"3349c0eb-ca76-42cc-a5cf-6d826f8c8478"
],
"Companies": [
"67ccf214-58c2-4ae8-99ae-f09430a2df21",
"1385d51c-4f7f-488a-96ac-45df56b48e33"
],
"Groups": [
"cde7b17b-a021-40b1-9547-91599ba9108f",
"faf3400a-8b6d-4cd7-bcaa-7c0a5dd5a862"
],
"Opportunities": [
"1e340949-db98-4dff-a62a-cbde7539e3a5",
"3ddf9f14-2aa3-46ec-84bf-38f9ff42c465"
]
}
},
{
"Id": "d1b99a90-b791-4897-a544-6a7e97405fcd",
"ParentId": "53f593ea-7133-44c6-9d74-396bbd0ece31",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"9db95414-b5ac-4623-992c-b64f7ecc5fe8",
"3349c0eb-ca76-42cc-a5cf-6d826f8c8478"
],
"Companies": [
"67ccf214-58c2-4ae8-99ae-f09430a2df21",
"1385d51c-4f7f-488a-96ac-45df56b48e33"
],
"Groups": [
"cde7b17b-a021-40b1-9547-91599ba9108f",
"faf3400a-8b6d-4cd7-bcaa-7c0a5dd5a862"
],
"Opportunities": [
"1e340949-db98-4dff-a62a-cbde7539e3a5",
"3ddf9f14-2aa3-46ec-84bf-38f9ff42c465"
]
}
}
]