Skip to main content
GET
/
tabs
/
reports
/
consolidated-shifts-tabs
Cuentas de turnos consolidados
curl --request GET \
  --url https://api.service.getjusto.com/v3/tabs/reports/consolidated-shifts-tabs \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": [
    {
      "_id": "<string>",
      "code": "<string>",
      "shiftId": "<string>",
      "storeId": "<string>",
      "storeName": "<string>",
      "totalPrice": 123,
      "discountsAmount": 123,
      "tipAmount": 123,
      "amountPaid": 123,
      "paymentStatus": "<string>",
      "createdAt": "2023-11-07T05:31:56Z",
      "closedAt": "2023-11-07T05:31:56Z"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.getjusto.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Query Parameters

shiftIds
string[]
required
storesIds
string[]

Response

The OpenAPI spec

success
boolean
Example:

true

data
object[]

Cuentas incluidas en los turnos consolidados.