For the complete documentation index, see llms.txt. This page is also available as Markdown.

Collections

Database → Collections endpoints.

Collections hold your records. Norbix generates a full CRUD + query API over each collection from its schema, with record-level ownership and triggers.

Endpoint
Method

POST collections/{collectionName}/aggregate

PUT collections/{collectionName}/{id}/responsibility

GET collections/{collectionName}/count

DELETE collections/{collectionName}/many

DELETE collections/{collectionName}/{id}

GET collections/{collectionName}/distinct

POST collections/{collectionName}/aggregates/{aggregateId}/execute

GET collections/{collectionName}

GET collections/{collectionName}/{id}

GET collections/{collectionName}/own

POST collections/{collectionName}/many

POST collections/{collectionName}

PUT collections/{collectionName}/{id}/replace

PUT collections/{collectionName}/many

PUT collections/{collectionName}/{id}

Last updated