Lists
Create list
Creates a new list inside a folder.
POST
Create list
Requires the
lists:write scope. Viewers cannot create lists.Request body
Numeric ID of the workspace to create the list in.
Numeric ID of the folder this list belongs to. The folder must exist in the
same workspace. Unlike the Arca app, this field is required when creating a
list via the API.
List name.
Optional icon identifier slug (e.g.,
"folder-1", "chart", "code").Optional color label. Defaults to
"gray" if not provided.Response
Returns the created list. Theposition is automatically assigned as one greater than the current maximum position in the workspace.
New list identifier.
Workspace this list belongs to.
Parent folder ID.
List name.
Icon.
null if not provided.Color. Defaults to
"gray".Auto-assigned sort position.
UTC ISO-8601 creation timestamp.
Create list