REST API - getWorkListItems
The table summarizes the REST API - getWorkListItems.
Request
Format |
GET <baseurl>/worklist/items/<entitytype>/<entityguid>/<start>/<count> |
Path parameters |
|
Query parameters |
|
Response
JSON | Returns a JSON representation of the content of the getWorkListItemsResponse element. |
XML | Returns the content of the getWorkListItemsResponse element (from the WorkListService schema) |
Example
Request |
GET <baseurl>/worklist/items/POSITION/_r5mKcbhOEeCV8vd_S2VPhQ/0/1 |
Response |
{ "xml-fragment": { "startPosition": 0, "endPosition": 0, "totalItems": 3, "workItems": { "id": { "@id": "51", "@version": "0" }, "header": { "@distributionStrategy": "OFFER", "@priority": "50", "@startDate": "2013-01-16T15:37:57.770Z", "name": "DisplayMessage", "description": "Display Message", "flags": { "scheduleStatus": "DURING" }, "itemContext": { "activityID": "pvm:001i3b", "activityName": "DisplayMessage", "appInstance": "pvm:0a1236", "appName": "WelcomeUsers", "appID": "_-fPYwCIVEeCnP8eZZTCDGg" } }, "state": "OFFERED", "visible": true } } } |
Copyright © Cloud Software Group, Inc. All rights reserved.