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": "1e1b377f-dbb5-462a-aa9e-580eee039345",
"ParentId": "469fdc7d-df43-48c8-b4b3-f56284c24dbb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"5bd2ca5b-5e79-4a7e-b5f7-a91d13e00b91",
"73e2af45-c973-4ea5-9367-1fa8df956c83"
],
"Companies": [
"faa4edd3-9203-46bd-ab0e-448ec1c2174b",
"89017fc3-e1e7-4722-a055-1554f3947ce0"
],
"Groups": [
"806707fd-d3f4-4c6c-8d43-7e84dcf18fbd",
"b6382a71-244d-45b7-ad65-81959df86fb5"
],
"Opportunities": [
"1b70245e-9615-4c7c-bd39-cc17e1ed72ce",
"766f8fe3-2c08-4c18-80c1-f9e3513aaa4a"
]
}
},
{
"Id": "1e1b377f-dbb5-462a-aa9e-580eee039345",
"ParentId": "469fdc7d-df43-48c8-b4b3-f56284c24dbb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"5bd2ca5b-5e79-4a7e-b5f7-a91d13e00b91",
"73e2af45-c973-4ea5-9367-1fa8df956c83"
],
"Companies": [
"faa4edd3-9203-46bd-ab0e-448ec1c2174b",
"89017fc3-e1e7-4722-a055-1554f3947ce0"
],
"Groups": [
"806707fd-d3f4-4c6c-8d43-7e84dcf18fbd",
"b6382a71-244d-45b7-ad65-81959df86fb5"
],
"Opportunities": [
"1b70245e-9615-4c7c-bd39-cc17e1ed72ce",
"766f8fe3-2c08-4c18-80c1-f9e3513aaa4a"
]
}
}
]