GET
/
api
/
available-periods
Listar periodos disponiveis
curl --request GET \
  --url https://suite.sisqualis.com.br/api/available-periods \
  --header 'Authorization: <api-key>'
[
  {
    "year": 123,
    "month": 123,
    "record_count": 123,
    "label": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Use: Token <seu_token>

Response

200 - application/json

Periodos

year
integer
month
integer
record_count
integer
label
string