Get Work List View

Gets details of the specified work list view.

Endpoint
http://ace-nightly-test/bpm/work/v1/workListView/61
Request Method:
GET
Request Payload

Not applicable

Response
{
    "name": "Auto created 405",
    "description": "desc",
    "owner": "tibco-admin",
    "getAllocatedItems": false,
    "orderFilterCriteria": {},
    "users": [
        {
            "id": "tibco-admin",
            "type": {
                "type": "resource"
            }
        }
    ],
    "workViewId": 61,
    "modificationDate": "2024-06-28T06:10:55.626Z",
    "creationDate": "2024-06-25T17:36:52.120Z",
    "public": true
}