/sessions/currentUser/workLists - Create a worklist

Creates a new worklist.

End-point

POST /sessions/currentUser/workLists

Query string parameters

Field Description

newTitle

The name entered by the user for the new worklist.

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

result

CreateWorklistResult

Information about the new worklist.