Authorisation States

Defines the different possible states of an authorisation.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Body Params
string
required
length between 1 and 32

The AuthorisationStateId field of the AuthorisationState table is of data type nvarchar with a maximum length of 32 characters, and is used to uniquely identify each record in the table. This is a primary key field, which means that it has to be unique and not null.

string
required
length ≥ 1

The Description field in the AuthorisationState table is an nvarchar datatype and is used for user defined descriptions about the data stored in the table. It can store up to 255 characters, including spaces. This allows users to provide more detail about authorization states, making it easier to track changes.

string | null

Miscellaneous notes and information for the entry or record.

string | null

The BadgeId field in the AuthorisationState table is an nvarchar data type used to store a unique identification code for a user's badge. It has a maximum length of 32 characters.

Headers
string
enum
Defaults to application/json;odata.metadata=minimal;odata.streaming=true

Generated from available request content types

Response
200

OK

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!