HTTP endpoints
Number of APIs: 17
The HTTP endpoints enable simple selection and modifications of all records or a single record in a table, in addition to support for custom SurrealQL queries with multiple statements, using traditional RESTful HTTP url endpoints.
-
/key/:table PUT {{endpoint}}/key/:table
-
/key/:table DELETE {{endpoint}}/key/:table
-
/health GET {{endpoint}}/health
-
/export GET {{endpoint}}/export
-
/key/:table GET {{endpoint}}/key/:table
-
/key/:table PATCH {{endpoint}}/key/:table
-
/sql POST {{endpoint}}/sql
-
/key/:table/:id POST {{endpoint}}/key/:table/:id
-
/status GET {{endpoint}}/status
-
/version GET {{endpoint}}/version