HomeGuidesAPI ReferenceChangelogDiscussions
Discussions

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