ProcActionsDue

ProcActionsDue()

Provides, for each Staff Users with actions due, a count of actions due per process.

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