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": "3bfaf2c7-a287-4d9b-9ce4-b961f3f1603f",
"ParentId": "0d9a8f54-1580-4a76-a328-9d32f265444b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"f5091268-a3bb-4ae9-b829-0fccb5447bef",
"b5d88589-8816-4f61-a2b0-62117d6397cc"
],
"Companies": [
"db85345a-5acd-45cc-abb8-d9e48ac6f835",
"bd7d9ecf-d374-45e3-97e0-7dab4db26164"
],
"Groups": [
"d66173ab-a268-4f08-b9b7-083b0626c68a",
"213d8824-22e6-45f8-807b-2d5244087560"
],
"Opportunities": [
"446fabe5-c59f-4e5f-82be-20011a7a28e7",
"44c7605d-6278-4679-9ce2-3a9ce808ea01"
]
}
},
{
"Id": "3bfaf2c7-a287-4d9b-9ce4-b961f3f1603f",
"ParentId": "0d9a8f54-1580-4a76-a328-9d32f265444b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"f5091268-a3bb-4ae9-b829-0fccb5447bef",
"b5d88589-8816-4f61-a2b0-62117d6397cc"
],
"Companies": [
"db85345a-5acd-45cc-abb8-d9e48ac6f835",
"bd7d9ecf-d374-45e3-97e0-7dab4db26164"
],
"Groups": [
"d66173ab-a268-4f08-b9b7-083b0626c68a",
"213d8824-22e6-45f8-807b-2d5244087560"
],
"Opportunities": [
"446fabe5-c59f-4e5f-82be-20011a7a28e7",
"44c7605d-6278-4679-9ce2-3a9ce808ea01"
]
}
}
]