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": "d654114c-b138-441e-bf46-c8bfad31b2cf",
"ParentId": "b55f893b-d75c-4f43-837a-8a2bcceac4be",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"08571464-da3c-4fa1-9631-a289be077cc2",
"f146d67c-95e2-4cb7-8a76-86b2aeb6f1f8"
],
"Companies": [
"3961eb6d-2c12-4065-88ea-fd8effa18db5",
"25200e6a-19d9-4287-9e31-d055b460c66b"
],
"Groups": [
"ba3ff36c-dfed-4d89-8930-6563f15f1dff",
"6f3928c8-605c-4d35-95dd-29dc2abf9bff"
],
"Opportunities": [
"f08b237c-f866-477b-b290-03bc1aac96cc",
"e2c162f4-759b-40a5-9552-ec8ac8d4d113"
]
}
},
{
"Id": "d654114c-b138-441e-bf46-c8bfad31b2cf",
"ParentId": "b55f893b-d75c-4f43-837a-8a2bcceac4be",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"08571464-da3c-4fa1-9631-a289be077cc2",
"f146d67c-95e2-4cb7-8a76-86b2aeb6f1f8"
],
"Companies": [
"3961eb6d-2c12-4065-88ea-fd8effa18db5",
"25200e6a-19d9-4287-9e31-d055b460c66b"
],
"Groups": [
"ba3ff36c-dfed-4d89-8930-6563f15f1dff",
"6f3928c8-605c-4d35-95dd-29dc2abf9bff"
],
"Opportunities": [
"f08b237c-f866-477b-b290-03bc1aac96cc",
"e2c162f4-759b-40a5-9552-ec8ac8d4d113"
]
}
}
]