Forums
How to fetch Hot List Tasks through Maximizer API
last year by Deepika
1.All hotlists scheduled per user with scheduled time/date for next contact
2.All hotlist items completed (found within interactions)
for this i have used
https://api.maximizer.com/octopus/Read
is it correct api or i need to change?
body -
{
"task": {
"criteria": {
"searchQuery": {
}
},
"scope": {
"fields": {
"key": 1,
"DisplayValue": 1,
"CreationDate":1,
"AbEntry":{
"DisplayValue":1
},
"AssignedTo":{
"DisplayValue":1
}
}
}
}
}
getting like above fields, please provide required details
