Skip to content

Latest commit

 

History

History
120 lines (88 loc) · 5.98 KB

xhr.md

File metadata and controls

120 lines (88 loc) · 5.98 KB

XHR Endpoints

Documentation for all requests available on /xhr (used by the frontend).

Open Endpoints

Authentication

In order to authenticate you need to post a request to one of the following endpoints. All session data that is associated with an ID is stored server-side.

Frontend

Endpoints with authentication required

Domain related

User related

Settings related

Schema settings

Roles

Tags

Tag domain

  • Tag domain : POST /xhr/tags/_id/:tag_id/domain/_id/:id
  • Remove tag : DELETE /xhr/tags/_id/:tag_id/domain/_id/:id

Tag user

  • Tag domain : POST /xhr/tags/_id/:tag_id/user/_id/:id
  • Remove tag : DELETE /xhr/tags/_id/:tag_id/user/_id/:id

Audit log

Session

Site settings

Other