v1

latestOpenAPI 3.0.02026-07-174822119.2 KB
Authentication

List tokens

post/token/list

Query parameters

pageinteger

page

sizePageinteger

Size page

sortFieldstring

sort field

sortDirection'ASC' | 'DESC'

sort direction

Request body

idTokeninteger

Id Token

labelstring

label of the token

uuidstring nullable

uuid of the token

idUserstring nullable

id_user of the token

validitystring nullable

Date until which tocken is valid, if it is void it will never expire

lastUsagestring nullable

last_usage of the token

freeSearchstring nullable

Find word in name field.

Example request

{
  "validity": "2023-02-21 08:34:16",
  "lastUsage": "2023-02-21 08:34:16"
}

Response

List Incidence object

Example response

{
  "data": [
    {
      "validity": "2023-02-21 08:34:16",
      "lastUsage": "2023-02-21 08:34:16"
    }
  ]
}