Collection Management

Create and manage your collections

Frontend Management: Collections are fully manageable through the AlphaLens web interface. Visit your Collections dashboard to create and manage collections. Programmatic management is also possible.

Creating Collections

Required Fields:

  • Name: Collection title

  • Description: Optional description of the collection's purpose

Access Control:

  • Collections belong to individual users

  • All company members can view and access each other's collections

  • Only collection owners and super admins can modify collections

Available Operations

Operation

Endpoint

Description

Create

POST /collections

Create a new collection

List

GET /collections

Get all company collections

Get Details

GET /collections/{id}

Get collection with items and attributes

Update

PATCH /collections/{id}

Update name/description

Delete

DELETE /collections/{id}

Delete collection only

Delete All

DELETE /collections/{id}/cascade

Delete collection, items, and attributes