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

Collections

Database → Collections SDK methods.

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

Method
Endpoint

POST /database/collections/{collectionName}/aggregate

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

GET /database/collections/{collectionName}/count

DELETE /database/collections/{collectionName}/many

DELETE /database/collections/{collectionName}/{id}

GET /database/collections/{collectionName}/distinct

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

GET /database/collections/{collectionName}

GET /database/collections/{collectionName}/{id}

GET /database/collections/{collectionName}/own

POST /database/collections/{collectionName}/many

POST /database/collections/{collectionName}

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

PUT /database/collections/{collectionName}/many

PUT /database/collections/{collectionName}/{id}

Last updated