Back to all

How to fetch Hot List Tasks through Maximizer API

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

body -
{
"task": {
"criteria": {
"searchQuery": {
}
},
"scope": {
"fields": {
"key": 1,
"DisplayValue": 1,
"CreationDate":1,
"AbEntry":{
"DisplayValue":1
},
"AssignedTo":{
"DisplayValue":1
}
}
}
}
}

i am not getting above fields, can you please assist for this