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": "6082f449-a40a-4b11-aa96-9ff559d026d6",
"ParentId": "b7ffc4c7-02ae-4450-907f-96bb75e02b5a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"151714d7-2a23-461c-9dab-33bd7ad9f2d3",
"669527a8-e1bf-43c5-9d41-9438111b0001"
],
"Companies": [
"eb2292c6-b5fb-4d87-8349-0c976aedbe25",
"1b486df1-e3c4-4c9a-9491-7e291605044d"
],
"Groups": [
"bf3f5054-6d1e-4d82-9c58-4cd5909ffee9",
"169a14ae-2f9c-4c62-8a0b-c1207c7dd2cb"
],
"Opportunities": [
"fe7655b7-19a2-4a03-85c3-93d983615bba",
"510b47ab-7b7f-422d-9fc6-685c09c4bc10"
]
}
},
{
"Id": "6082f449-a40a-4b11-aa96-9ff559d026d6",
"ParentId": "b7ffc4c7-02ae-4450-907f-96bb75e02b5a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"151714d7-2a23-461c-9dab-33bd7ad9f2d3",
"669527a8-e1bf-43c5-9d41-9438111b0001"
],
"Companies": [
"eb2292c6-b5fb-4d87-8349-0c976aedbe25",
"1b486df1-e3c4-4c9a-9491-7e291605044d"
],
"Groups": [
"bf3f5054-6d1e-4d82-9c58-4cd5909ffee9",
"169a14ae-2f9c-4c62-8a0b-c1207c7dd2cb"
],
"Opportunities": [
"fe7655b7-19a2-4a03-85c3-93d983615bba",
"510b47ab-7b7f-422d-9fc6-685c09c4bc10"
]
}
}
]