API
There are autogenerated resource routes at /api/:entity for every Entity that has the "Has API" option enabled.
Autogenerated API
- GET - Get all entity rows at /api/:entity.
- POST - Create rows at /api/:entity.
- GET - Get row at /api/:entity/:id.
- PUT - Update row at /api/:entity/:id.
- DELETE - Delete row at /api/:entity/:id.