Get all Registers
GET/registers
to get the register data
Request
Responses
- 200
- 401
- 403
- 404
- 500
Register fetched
- application/json
- Schema
- Example (from schema)
Schema
Id number
Type string
Possible values: [INT, REAL]
Function string
Possible values: [Read, Write]
{
"Id": 0,
"Type": "INT",
"Function": "Read"
}
Unauthorized.
- application/json
- Schema
- Example (from schema)
- Example
Schema
- any
{
"message": "Authentication token not provided."
}
{
"message": "Authentication token not provided."
}
Forbidden.
- application/json
- Schema
- Example (from schema)
- Example
Schema
- any
{
"message": "Access to this resource is forbidden."
}
{
"message": "Access to this resource is forbidden."
}
Resource not found.
- application/json
- Schema
- Example (from schema)
- Example
Schema
- any
{
"message": "Resource not found."
}
{
"message": "Resource not found."
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
- Example
Schema
- any
{
"message": "Internal Server Error. Please try again later."
}
{
"message": "Internal Server Error. Please try again later."
}
Loading...