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": "3106e05b-fff0-4cb8-9f0a-68d61c421608",
"ParentId": "05aa1a10-7b0e-4467-accd-f0288c7863e4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"c7dd2267-5e7e-498c-92e6-d56be0750a4b",
"8778f3b1-4f5f-4da8-8f02-6c91bec20481"
],
"Companies": [
"75a07391-9325-4238-989d-065a9c35e879",
"c43ba99f-2922-490c-bb46-6958fe0adba6"
],
"Groups": [
"3893c218-fe82-489b-930f-fd281a202643",
"ee3b7d0f-574d-4871-b049-1c8a19b473fc"
],
"Opportunities": [
"0ce2c363-59a7-4a6f-abd3-2fb30b116d8d",
"b87e23d8-659d-4887-802d-b903eb89ada8"
]
}
},
{
"Id": "3106e05b-fff0-4cb8-9f0a-68d61c421608",
"ParentId": "05aa1a10-7b0e-4467-accd-f0288c7863e4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"c7dd2267-5e7e-498c-92e6-d56be0750a4b",
"8778f3b1-4f5f-4da8-8f02-6c91bec20481"
],
"Companies": [
"75a07391-9325-4238-989d-065a9c35e879",
"c43ba99f-2922-490c-bb46-6958fe0adba6"
],
"Groups": [
"3893c218-fe82-489b-930f-fd281a202643",
"ee3b7d0f-574d-4871-b049-1c8a19b473fc"
],
"Opportunities": [
"0ce2c363-59a7-4a6f-abd3-2fb30b116d8d",
"b87e23d8-659d-4887-802d-b903eb89ada8"
]
}
}
]