Back to all

How can i get stage, machine being quoted/sold fields in the opportunities through API

https://api.maximizer.com/octopus/OpportunityRead
i am using above api,

body:
{
"opportunity": {
"criteria": {
"searchQuery": {},
"top": 3
},
"scope": {
"Fields": {
"key": 1,
"DisplayValue": 1,
"abEntry": {
"key": 1,
"displayValue": 1
},
"contact": {
"key": 1,
"fullName": 1,
"displayValue": 1
},
"StartDate": {
"displayValue": 1
},
"CloseDate": {
"displayValue": 1
},
"NextAction": {
"displayValue": 1
},
"objective": 1,
"status": {
"value": 1,
"displayValue": 1
},
"revenue": 1,
"leader": {
"key": 1,
"displayValue": 1
},
"salesTeam": {
"key": 1,
"displayName": 1
}
}
}
}
}

can you please provide details for that