Create List From Template in Folder

Create a new list using a list template in a Folder. Publicly shared templates must be added to your Workspace before you can use them with the public API. This request runs synchronously by default with return_immediately=true. The request returns the future List ID immediatly, but the List may not be created when the response is sent. Small templates can be applied synchronously, which guarantees that all sub objects are created. In case of a timeout on synchronous requests, the objects from the template will continue to be created past the timeout.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

ID of the Folder where the List will be created

string
required

ID of the List template to use. Template IDs include a t- prefix (e.g., t-15363293). Retrieve available template IDs using the Get List Templates endpoint.

Body Params
string
required

Name of the new List

options
object

Options for creating the List

Responses

401

Unauthorized

403

Forbidden

404

Template, folder, or space not found

500

Internal server error

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json