Let the platform do the work

/pmse_Inbox/reassignFlows/:record GET

Overview

Retrieve information to reassign processes

Summary

This endpoint gets information necessary to reassign a process

Request Arguments

Name Type Description Required
record string The id of the process trigger sequence true

Response Arguments

Name Type Description
success boolean Result of the routing operation
next_offset integer Next offset for more results
records <field>:<value> List of process attributes

Response

{
    "success":true,
    "next_offset":-1,
    "records":
    [
        {
            "cas_id":"2",
            "cas_index":"3",
            "cas_task_start_date":null,
            "cas_delegate_date":"2016-06-01T16:18:59-07:00",
            "cas_flow_status":"FORM",
            "cas_user_id":"seed_sarah_id",
            "cas_due_date":"",
            "cas_sugar_module":"Accounts",
            "bpmn_id":"7c62acc2-2842-11e6-9b9c-6c4008960436",
            "act_name":"Activity # 1",
            "act_assignment_method":"static",
            "act_expected_time":"eyJ0aW1lIjpudWxsLCJ1bml0IjoiaG91ciJ9",
            "cas_expected_time":"",
            "assigned_user":"Sarah Smith"
        }
    ]
}