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": "f0a88b87-07e0-45fb-8a5e-02582fbd6af2",
"ParentId": "ec61843d-6831-42c4-91f3-f3b0139c8dab",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"4859e2b6-2a09-4e42-98ab-e5098d21964d",
"6070d89d-47f3-456a-b463-691b1e1058fe"
],
"Companies": [
"972a0d31-ec52-409e-9dc9-0d9c88c587d8",
"a34853bb-c6be-4afa-a7a1-5376dad279de"
],
"Groups": [
"a53e2d9f-cf7d-43b4-9671-d89aa73f06a3",
"9811f5e0-be09-41e0-9c61-8fa778f56dc2"
],
"Opportunities": [
"b7b140de-fb98-44f0-abf5-b56a4d379ebe",
"34acc4f4-c89a-4237-97cd-92a49bfac792"
]
}
},
{
"Id": "f0a88b87-07e0-45fb-8a5e-02582fbd6af2",
"ParentId": "ec61843d-6831-42c4-91f3-f3b0139c8dab",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"4859e2b6-2a09-4e42-98ab-e5098d21964d",
"6070d89d-47f3-456a-b463-691b1e1058fe"
],
"Companies": [
"972a0d31-ec52-409e-9dc9-0d9c88c587d8",
"a34853bb-c6be-4afa-a7a1-5376dad279de"
],
"Groups": [
"a53e2d9f-cf7d-43b4-9671-d89aa73f06a3",
"9811f5e0-be09-41e0-9c61-8fa778f56dc2"
],
"Opportunities": [
"b7b140de-fb98-44f0-abf5-b56a4d379ebe",
"34acc4f4-c89a-4237-97cd-92a49bfac792"
]
}
}
]