...
Children Display | ||||
---|---|---|---|---|
|
Endpoints ( to be removed )
- /forms/:form_id
- /forms/:form_id/attributes
- /forms/:form_id/groups
- /forms/:form_id/groups/:group_id/attributes
- /posts/:post_id
- /posts/:parent_id/updates/:id
- /posts/:parent_id/comments/:id
- /posts/:parent_id/translations/:id
- /posts/:parent_id/revisions/:id
- /sets/:set_id
- /tags/:tag_id
- /tasks/:task_id
General Patterns
Methods
- Create record: POST /collection
- Get all records: GET /collection
- Get record: GET /collection/[id]
- Update record: PUT /collection/[id]
- Delete record: DELETE /collection/[id]
- Search records: GET /collection?q=something&type=report
...