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
    • Authentication /auth
    • Objects /objects
    • Posters /posters
    • User profile /me
BEdita
  • Docs »
  • API reference
  • Edit on GitHub

API referenceΒΆ

A frontend app enabled to consume REST API exposes a set of default endpoints.

Note

Every POST request can send the payload as x-www-form-urlencoded or application/json. For readability all examples will use Content-type: application/json.

  • Authentication /auth
    • Obtain an access token
    • Renew the access token
    • Get the updated time to access token expiration
    • Revoking a refresh token
  • Objects /objects
    • Get an object
    • Get a collection of objects
    • Create an object
    • Update an object
    • Create or update relations between objects
    • Replace relation data between objects
    • Add or edit children
    • Update child position
    • Delete an object
    • Delete a relation between objects
    • Remove a child from a parent
  • Posters /posters
    • Get the image representation of object object_id as thumbnail url
    • Get a collection of image representations
  • User profile /me
    • Obtain information about authenticated user

See also

To an index of all API requests see HTTP Routing Table

Next Previous

© 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.