POST
/
apps
/
{app_id}
/
collections

Path Parameters

app_id
string
required

The ID of the app

Body

name
string
required

What you want to call your new collection (keep it under 64 characters)

Required string length: 1 - 64
description
string | null

A short blurb about your collection (up to 1024 characters)

Maximum length: 1024
from_collection_id
string

Want to copy another collection? Put its ID here

tags_ids
string[]

Tags you want to add to your collection (up to 20)

visibility
enum<string>

Who should be able to see this collection

Available options:
PUBLIC,
PRIVATE

Response

200 - application/json

Detailed information about a collection including its config (rules, triggers, etc.)

app
object
required

Public information about an app (organization)

config
object | null
required
created_at
string | null
required

Timestamp when the collection was created

deleted
boolean
required

Has the collection been deleted

description
string | null
required

Description of the collection

id
string
required

Unique identifier for the collection

name
string
required

Name of the collection

records_count
number
required

How many records are in the collection

tags
object[]
required

Tags attached to this collection

triggers
object[]
required

Triggers associated with the collection

updated_at
string | null
required

Timestamp when the collection was last updated

visibility
enum<string>
required

Who can see this collection

Available options:
PUBLIC,
PRIVATE