Create a list
Projects and Tasks API
Create a list
Creates a new list within the given project id.
POST
Create a list
Documentation Index
Fetch the complete documentation index at: https://www.domo.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the project
Query Parameters
The name of the List
The type of List (i.e. TODO, WORKING_ON, COMPLETED)
The ordered index of the list within the project. Setting this property will re-order other lists in the project to maintain sequential order. Leaving this property blank will default the index to 1 and shift the index of all other lists.