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": "e2660717-e3f7-4167-830e-e2d983a205de",
"ParentId": "bc6e2772-0a59-41ad-9e4b-2c4e6c6b36e0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"22aa3f5c-d2cf-49d0-96e1-75a2285a9bc1",
"27b04e14-b575-4659-9854-7e8e1495ed49"
],
"Companies": [
"55630128-7d2d-48e2-99d1-79973328f16d",
"a9e57b84-0cda-44ca-a9a0-543aabdfd424"
],
"Groups": [
"fe5edd04-5360-4fe2-94ba-db19409bcbf2",
"18df8eff-c4d2-4678-86de-b583a44fe027"
],
"Opportunities": [
"abd12a18-0cac-4d5e-af68-c423bbca2607",
"12fd4853-8512-4c47-b225-763b35109d61"
]
}
},
{
"Id": "e2660717-e3f7-4167-830e-e2d983a205de",
"ParentId": "bc6e2772-0a59-41ad-9e4b-2c4e6c6b36e0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"22aa3f5c-d2cf-49d0-96e1-75a2285a9bc1",
"27b04e14-b575-4659-9854-7e8e1495ed49"
],
"Companies": [
"55630128-7d2d-48e2-99d1-79973328f16d",
"a9e57b84-0cda-44ca-a9a0-543aabdfd424"
],
"Groups": [
"fe5edd04-5360-4fe2-94ba-db19409bcbf2",
"18df8eff-c4d2-4678-86de-b583a44fe027"
],
"Opportunities": [
"abd12a18-0cac-4d5e-af68-c423bbca2607",
"12fd4853-8512-4c47-b225-763b35109d61"
]
}
}
]