Fauna is a flexible, developer-friendly, transactional database delivered to you as a secure, cloud API. With NoCodeAPI you can access collections data without any coding.
Make GET request on this endpoint to get collections with required parameters(if any required).
https://v1.nocodeapi.com//fauna//getCollections
Object | Description |
---|---|
size |
[Optional] limit the object to retutn |
before |
[Optional] The cursor for the previous page, exclusive. |
after |
[Optional] The cursor for the next page, inclusive. |
Make GET request on this endpoint to list all documents with required parameters(if any required).
https://v1.nocodeapi.com//fauna//getDocuments
Object | Description |
---|---|
collectionID |
[Required] Collection id |
size |
[Optional] limit the object to retutn |
before |
[Optional] The cursor for the previous page, exclusive. |
after |
[Optional] The cursor for the next page, inclusive. |
Make GET request on this endpoint to single document with required parameters(if any required).
https://v1.nocodeapi.com//fauna//document
Object | Description |
---|---|
collectionID |
[Required] Collection id |
documentId |
[Required] document id |