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": "c007884a-eaf3-4c45-8fd9-46925214bcdd",
"ParentId": "062a2ad3-2a93-46ea-9cb9-b46d22e203e4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"b2133499-411a-48a7-a837-539052c86652",
"2b4d6e5e-7640-4a45-a663-3456a70ea930"
],
"Companies": [
"e351da31-00d0-4bca-bebc-54bf696f7c3b",
"45ba271f-9e46-42dc-aaa3-c613ddc1e31a"
],
"Groups": [
"79b6efe1-2b5d-4bd8-9fdd-15a5f91be99b",
"b53ecc1d-1c4c-4842-8b37-647ca2a49c28"
],
"Opportunities": [
"7c9437a4-adce-424e-87c5-9d1e6dfd793c",
"d5a7a72f-9c7a-41a9-9b9d-cf0c7b60bc72"
]
}
},
{
"Id": "c007884a-eaf3-4c45-8fd9-46925214bcdd",
"ParentId": "062a2ad3-2a93-46ea-9cb9-b46d22e203e4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"b2133499-411a-48a7-a837-539052c86652",
"2b4d6e5e-7640-4a45-a663-3456a70ea930"
],
"Companies": [
"e351da31-00d0-4bca-bebc-54bf696f7c3b",
"45ba271f-9e46-42dc-aaa3-c613ddc1e31a"
],
"Groups": [
"79b6efe1-2b5d-4bd8-9fdd-15a5f91be99b",
"b53ecc1d-1c4c-4842-8b37-647ca2a49c28"
],
"Opportunities": [
"7c9437a4-adce-424e-87c5-9d1e6dfd793c",
"d5a7a72f-9c7a-41a9-9b9d-cf0c7b60bc72"
]
}
}
]