Let the platform do the work

/pmse_Inbox GET

Overview

Returns a list of Processes by user using filters

Summary

This endpoint gets a list of processes by user using filters

Request Arguments

Name Type Description Required
order_by string How to sort the returned records, in a comma delimited list with the direction appended to the column name after a colon. false
q string A search expression, will search on this module. Cannot be used at the same time as a filter expression or id. false
filter string The filter expression false
filter_id string Identifier for a preexisting filter. If filter is also set, the two filters are joined with an AND false
max_num integer A maximum number of records to return. Default is 20. false
offset integer The number of records to skip over before records are returned. Default is 0. false
fields string Comma delimited list of fields to return false
deleted boolean Boolean to show deleted records in the result set. false

Response Arguments

Name Type Description
records <field>:<value> Process records
next_offset integer Next offset for results

Response

{
    "next_offset":-1,
    "records":
    [
        {
            "id":"839ccd22-2925-11e6-83f3-6c4008960436",
            "date_modified":"2016-06-02T17:52:55-07:00",
            "created_by":"1",
            "cas_finish_date":"",
            "assigned_user_id":"1",
            "assigned_user_name":"Administrator",
            "assigned_user_link":
            {
                "full_name":"Administrator",
                "id":"1",
                "_acl":
                {
                    "fields":
                    {
                        "pwd_last_changed":
                        {
                            "write":"no",
                            "create":"no"
                        },
                        "last_login":
                        {
                            "write":"no",
                            "create":"no"
                        }
                    },
                    "delete":"no",
                    "_hash":"08b99a97c2e8d792f7a44d8882b5af6d"
                }
            },
            "_acl":
            {
                "fields":{}
            },
            "_module":"pmse_Project\/pmse_BpmFlow",
            "_locked_fields":[],
            "cas_id":"4",
            "act_assignment_method":"static",
            "cas_title":"PQR1",
            "pro_title":"PD1",
            "date_entered":"2016-06-02T17:52:55-07:00",
            "name":"PQR1",
            "cas_create_date":"2016-06-02T17:52:55-07:00",
            "flow_id":"839ccd22-2925-11e6-83f3-6c4008960436",
            "id2":"8380e512-2925-11e6-9600-6c4008960436",
            "task_name":"Activity # 1",
            "cas_assignment_method":"static",
            "cas_sugar_module":"Accounts",
            "cas_sugar_object_id":"82d5c470-2925-11e6-a269-6c4008960436",
            "prj_id":"6e025038-2842-11e6-b4f7-6c4008960436",
            "in_time":true,
            "cas_user_id":"1",
            "prj_created_by":"1",
            "cas_user_id_full_name":"Administrator",
            "prj_user_id_full_name":"Administrator"
        },
    ]
}