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": "b96deb09-30f0-4bb0-a4c9-fb493f508af9",
"ParentId": "c7abdb25-8e76-426d-80d3-ce2483a0e414",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"4e31fc82-a32d-4b90-b170-15508f161b29",
"963ee2c8-35d0-49e8-8cce-b4d51e59676d"
],
"Companies": [
"fb22eba6-da3f-4682-a227-c3aca959df19",
"2438a8ae-ec28-4229-8d7f-a8d062088faa"
],
"Groups": [
"25e70254-641d-4fd6-8fd1-d110656b9263",
"763fdf6b-b281-41c0-8156-39c194081ef3"
],
"Opportunities": [
"fd281af5-f68c-41ec-b788-60ca9e8f40cf",
"ec70a292-3565-49e9-8f92-247252b0931d"
]
}
},
{
"Id": "b96deb09-30f0-4bb0-a4c9-fb493f508af9",
"ParentId": "c7abdb25-8e76-426d-80d3-ce2483a0e414",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"4e31fc82-a32d-4b90-b170-15508f161b29",
"963ee2c8-35d0-49e8-8cce-b4d51e59676d"
],
"Companies": [
"fb22eba6-da3f-4682-a227-c3aca959df19",
"2438a8ae-ec28-4229-8d7f-a8d062088faa"
],
"Groups": [
"25e70254-641d-4fd6-8fd1-d110656b9263",
"763fdf6b-b281-41c0-8156-39c194081ef3"
],
"Opportunities": [
"fd281af5-f68c-41ec-b788-60ca9e8f40cf",
"ec70a292-3565-49e9-8f92-247252b0931d"
]
}
}
]