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": "c42439b9-72c2-41a3-a1c2-4945b5676679",
"ParentId": "cf31f2ab-12bf-4882-9f5a-7ba82e5e9bd1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"29bd95f8-a09a-482d-b550-00222aeab560",
"62743ef6-e946-4d9e-bf45-529b5381f8ae"
],
"Companies": [
"996886c7-b5aa-41fb-9d3e-b900939d7c35",
"3bbb00a4-094d-4770-8403-1626d96da327"
],
"Groups": [
"fcceabd1-69e4-4ed7-8f14-b880a31a2162",
"f0762733-7b1f-48e3-ac5b-adf744cf2336"
],
"Opportunities": [
"176e2df1-7c34-41f7-af94-25d04ce189a8",
"e9dcb5ce-7959-4ebb-8d6a-a205669c8df2"
]
}
},
{
"Id": "c42439b9-72c2-41a3-a1c2-4945b5676679",
"ParentId": "cf31f2ab-12bf-4882-9f5a-7ba82e5e9bd1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"29bd95f8-a09a-482d-b550-00222aeab560",
"62743ef6-e946-4d9e-bf45-529b5381f8ae"
],
"Companies": [
"996886c7-b5aa-41fb-9d3e-b900939d7c35",
"3bbb00a4-094d-4770-8403-1626d96da327"
],
"Groups": [
"fcceabd1-69e4-4ed7-8f14-b880a31a2162",
"f0762733-7b1f-48e3-ac5b-adf744cf2336"
],
"Opportunities": [
"176e2df1-7c34-41f7-af94-25d04ce189a8",
"e9dcb5ce-7959-4ebb-8d6a-a205669c8df2"
]
}
}
]