GET api/Opportunities
Get Opportunity records. Supported Headers: Filter, Sort, SortDesc, SelectField, IncludeLink
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": "7f20d0ee-be0e-4e22-8eeb-276324113ee9",
"ParentId": "d24e1441-8e83-4a52-85e2-af3819d0b0c4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"35029417-34cb-4c37-8d8c-e5167ee725b9",
"aa357c48-2d0f-460c-ae07-1e287a0af139"
],
"Companies": [
"a82cc62c-32ae-440b-8ab5-f5dc82d795c8",
"167f7a06-25f5-462c-a8f7-806d2c3c693f"
],
"Groups": [
"a837af45-4904-4eab-b088-e50dd38f7662",
"d97e3b60-c32a-4ce6-81e2-1febf980b73e"
],
"Opportunities": [
"f8210c87-810a-46d5-9417-e224a650d415",
"ce45e413-8ddc-4dfc-917b-41a4dbc486f9"
]
}
},
{
"Id": "7f20d0ee-be0e-4e22-8eeb-276324113ee9",
"ParentId": "d24e1441-8e83-4a52-85e2-af3819d0b0c4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"35029417-34cb-4c37-8d8c-e5167ee725b9",
"aa357c48-2d0f-460c-ae07-1e287a0af139"
],
"Companies": [
"a82cc62c-32ae-440b-8ab5-f5dc82d795c8",
"167f7a06-25f5-462c-a8f7-806d2c3c693f"
],
"Groups": [
"a837af45-4904-4eab-b088-e50dd38f7662",
"d97e3b60-c32a-4ce6-81e2-1febf980b73e"
],
"Opportunities": [
"f8210c87-810a-46d5-9417-e224a650d415",
"ce45e413-8ddc-4dfc-917b-41a4dbc486f9"
]
}
}
]