/sessions/currentUser/workLists/Get all worklists for a user
This method finds all of a specific user's worklists. Any user can create a worklist and include other users as members of that worklist.
End-point
GET | /sessions/currentUser/workLists |
Query string parameters
Field | Description |
---|---|
|
The ID for the worklists |
Possible response
HTTP status | Description |
---|---|
200 |
The operation completed successfully |
401 |
There is no session or the session is invalid |
Response body
Field | Type | Description |
---|---|---|
|
A list of a specified user's worklists where the user is a member |