Skip to main content

Records API

Create

Create single Record. Learn more at Records API.

POST /api/v1/record

Create single Record under specific Record as child. Learn more at Records API.

POST /api/v1/record/:id

Read

Get single Record. Learn more at Records API.

GET /api/v1/record/:id

Get list of all parents of Record. Learn more at Records API.

GET /api/v1/record/:id/traverse-parents

Update

Update single Record. Learn more at Records API.

PATCH /api/v1/record/:id

Delete

Delete single Record. Learn more at Records API.

DELETE /api/v1/record/:id

Retrieve Record in the way you need them, followed by flexible criteria. Learn more at Records API. From root (all data in project will be searched according to provided parameters):

POST /api/v1/record/search

Search from a specific Record to all its nested children (assuming you have Nested Data):

POST /api/v1/record/:id/search