Skip to content
Arthur Kushman edited this page Jun 13, 2019 · 6 revisions

Examples of HTTP requests to JSON API compatible routes/Controllers

GET - get Articles, including tag entity

GET_all_articles_including_tag

GET - get Article by id, including tag entity

GET_article_by_id

POST - create Article

POST_create_article

PATH - update Article

PATCH_article

DELETE - delete an Article entity

DELETE_article

GET - get entity relations

GET_relations

POST - create relations

POST_relation

PATCH - update relations

PATCH_relations

DELETE - delete relations

DELETE_relation

GET - get tree entity with meta-data filled in

GET_tree

GET - get sub-tree entity for top most ancestor with meta-data filled in

GET_sub_tree

Clone this wiki locally