REST API - getAllocatedWorkListItems
The table summarizes the REST API - getAllocatedWorkListItems.
Request
Format | GET <baseurl>/worklist/allocateditems/<entitytype>/<entityguid>/<start>/<count> |
Path parameters |
|
Query parameters |
|
Response
JSON | Returns a JSON representation of the content of the getWorkListItemsResponseelement. |
XML | Returns the content of the getWorkListItemsResponseelement (from the WorkListService schema) |
Example
Request | GET <baseurl>/worklist/allocateditems/POSITION/_r5mKcbhOEeCV8vd_S2VPhQ/0/1 |
Response | { "xml-fragment": { "startPosition": 0, "endPosition": -1, "totalItems": 0 } } |