Skip to main content
GET
Tabs in shift

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

storeId
string
required
shiftId
string
required

ID del turno o "active"

Query Parameters

page
number

Número de página.

Example:

1

limit
number

Número de items por página. Max 100. Por defecto: 10.

Example:

10

sortBy
enum<string>

Campo por el cual se ordenará la lista. Por defecto: "createdAt".

Available options:
createdAt
Example:

"createdAt"

sortType
enum<string>

Tipo de ordenamiento.

Available options:
asc,
desc
Example:

"desc"

Response

The OpenAPI spec

success
boolean
Example:

true

data
object