Let the platform do the work

/pmse_Inbox/unattendedCases GET

Overview

Retrieves the processes to show on Unattended Process view

Summary

This endpoint gets the list of unattended processes

Request Arguments

Name Type Description Required
module_list string Identifier used to determine which field to filter against true
q string Filter applied to a field to determine which processes to return false
order_by string Sort definition to apply to the result false

Response Arguments

Name Type Description
next_offset integer Next offset for more results
records <field>:<value> List of unattended process attributes

Response

{
    "next_offset":"-1",
    "records":
    [
        {
            "id":"3922976c-284f-11e6-9f40-6c4008960436",
            "assigned_user_id":"1",
            "date_modified":"2016-06-01 23:18:59",
            "date_entered":"2016-06-01T16:18:59-07:00",
            "name":"ABC2",
            "cas_id":"2",
            "cas_title":"ABC2",
            "cas_status":"IN PROGRESS",
            "pro_title":"PD1",
            "pro_id":"6e172e2c-2842-11e6-a4bb-6c4008960436",
            "cas_init_user":"1",
            "cas_user_full_name":"Sarah Smith",
            "prj_id":"6e025038-2842-11e6-b4f7-6c4008960436",
            "prj_user_id_full_name":"Administrator",
            "cas_sugar_object_id":"38beb03a-284f-11e6-b059-6c4008960436",
            "cas_sugar_module":"Accounts",
            "assigned_user_name":"Administrator"
        }
    ]
}