Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
POST authentication/token
Excerpt

This method returns an authentication token which can subsequently be used by all other Web API method to access the system.

...

Name

Type

Description

username

(mandatory)

String

The username that should be used to login.

password

(mandatory)

String

The password that should be used to login.

organisation

(mandatory)

String

The organization on which the user will login

unit

(optional)

String

The unit ID that the user will use during login. If not specified then the default unit for that user is used

...