BEdita
v3.7.0

REST API

  • Setup a frontend to consume API
  • Configuration
  • Response and Errors
  • Authentication
  • Pagination
  • Customize endpoints
  • Formatting BEdita objects
  • API reference
BEdita
  • Docs »
  • Edit on GitHub

HTTP Routing Table

/auth | /me | /objects | /posters
 
/auth
GET /auth
POST /auth
DELETE /auth/(string:refresh_token)
 
/me
GET /me
 
/objects
GET /objects
GET /objects/(object_id)
GET /objects/(object_id)/children
GET /objects/(object_id)/children/(int:child_id)
GET /objects/(object_id)/contents
GET /objects/(object_id)/descendants
GET /objects/(object_id)/relations
GET /objects/(object_id)/relations/(string:relation_name)
GET /objects/(object_id)/relations/(string:relation_name)/(int:related_id)
GET /objects/(object_id)/sections
GET /objects/(object_id)/siblings
POST /objects
POST /objects/(object_id)/children
POST /objects/(object_id)/relations/(string:relation_name)
PUT /objects/(object_id)/children/(int:child_id)
PUT /objects/(object_id)/relations/(string:relation_name)/(int:related_id)
DELETE /objects/(object_id)
DELETE /objects/(object_id)/children/(int:child_id)
DELETE /objects/(object_id)/relations/(string:relation_name)/(int:related_id)
 
/posters
GET /posters
GET /posters/(object_id)

© Copyright 2015, Channelweb Srl, Chialab Srl. Revision 7ddc8d4c.

Built with Sphinx using a theme provided by Read the Docs.
Read the Docs v: v3.7.0
Versions
latest
stable
v3.7.0
v3.6.0
Downloads
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.