API ProcActionsDue
ProcActionsDue()
Provides a count of actions due per process for each Staff User.
Request
Request Data:
No extra data needed.
Response
{
"Result": {
"Procs": [
{
"Due": [
{
"ActionsDue": <int>,
"ActionsDueHigh": <int>,
"ActionsDueNormal": <int>,
"Process": <string>,
"ProcessID": <int>
},
<more>
],
"Staff": <string>,
"StaffID": <int>
},
<more procs>
]
}
}
Errors
No Endpoint-specific errors