HomeGuidesAPI ReferenceChangelogDiscussions
Discussions
These docs are for v1.0. Click to read the latest docs for v2025-01-01.

Discussions

Ask a Question
Back to All

API is not compliant to its own openapi schema

Hi,

  1. In the openapi schema the api returns a list of e.g. shifts on the shifts endpoint. However, it actually returns a dictionary with the keys data and meta (as described in the pagination section).
  2. The openapi schema is missing parameters for the pagination stuff like limit, page, etc