Version: rest_services

Following are the restapi endpoints that you can use to interact with.

users

POST /api/users/login (Authentication is Required)

Login a user for a new session

ARGUMENTS
  • string username
    A valid username
  • string password
    A valid password

POST /api/users/logout (Authentication is Required)

Logout a user session

POST /api/users/token (Authentication is Required)

Returns the CSRF token.

documentations

GET /api/documentations/[id] (Authentication is Required)

Retrieve a node: Documentation

ARGUMENTS
  • int nid
    The nid of the node to retrieve