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": "3e2e1551-b9e2-4dad-8b31-29d656b2c585",
"ParentId": "b9319a9c-3cb2-4c28-8d78-75b0735b069d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"8cfc2782-0a9f-4bbc-9ec2-56bac40a7316",
"01a6e6a3-e07a-4ab1-95b7-e3556e54f626"
],
"Companies": [
"9e3e81f4-bc9d-49df-a79f-fb4d44a6f6d0",
"52447e95-4ed0-4362-9947-4354a9459b6b"
],
"Groups": [
"f81687b9-bf83-454a-bc0d-7a9b9eba0159",
"b2173904-f18b-4479-a3c1-9fbf6c986b9a"
],
"Opportunities": [
"669c4dfa-f506-437b-9de3-819dc308076d",
"197ba439-ea7a-4c9c-a620-93f052a4d8a3"
]
}
},
{
"Id": "3e2e1551-b9e2-4dad-8b31-29d656b2c585",
"ParentId": "b9319a9c-3cb2-4c28-8d78-75b0735b069d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"8cfc2782-0a9f-4bbc-9ec2-56bac40a7316",
"01a6e6a3-e07a-4ab1-95b7-e3556e54f626"
],
"Companies": [
"9e3e81f4-bc9d-49df-a79f-fb4d44a6f6d0",
"52447e95-4ed0-4362-9947-4354a9459b6b"
],
"Groups": [
"f81687b9-bf83-454a-bc0d-7a9b9eba0159",
"b2173904-f18b-4479-a3c1-9fbf6c986b9a"
],
"Opportunities": [
"669c4dfa-f506-437b-9de3-819dc308076d",
"197ba439-ea7a-4c9c-a620-93f052a4d8a3"
]
}
}
]