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": "45dce21a-49e3-43c7-baea-9b54298de5ea",
"ParentId": "be726379-8212-464c-841c-db00fa8db1c7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"779905d1-9c5e-423c-8c03-0fc1e7319561",
"3ec70f91-7202-4e1f-a414-6659306f900b"
],
"Companies": [
"027e0ff8-2ec5-4947-8175-7403391363e0",
"83409b1c-fe83-48be-b128-c56af3f68c9d"
],
"Groups": [
"a8d22542-3755-4d09-916b-a56e60148167",
"7b08e57b-b6fc-424e-a49e-7043e0cbc082"
],
"Opportunities": [
"00e51414-4c07-425e-90fc-cd0786091103",
"b5f9adba-3dc0-43e8-bb6d-17cee3c9f537"
]
}
},
{
"Id": "45dce21a-49e3-43c7-baea-9b54298de5ea",
"ParentId": "be726379-8212-464c-841c-db00fa8db1c7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"779905d1-9c5e-423c-8c03-0fc1e7319561",
"3ec70f91-7202-4e1f-a414-6659306f900b"
],
"Companies": [
"027e0ff8-2ec5-4947-8175-7403391363e0",
"83409b1c-fe83-48be-b128-c56af3f68c9d"
],
"Groups": [
"a8d22542-3755-4d09-916b-a56e60148167",
"7b08e57b-b6fc-424e-a49e-7043e0cbc082"
],
"Opportunities": [
"00e51414-4c07-425e-90fc-cd0786091103",
"b5f9adba-3dc0-43e8-bb6d-17cee3c9f537"
]
}
}
]