Two new schema query parameters
February 8th, 2024
We recently released two new query parameters that allow you to retrieve the schema for a specific API version or the SDL version of the schema.
API version
By default, the schema is in introspection JSON format for the Current API version. You can request the schema for a different version using the optional version=<API-Version>
parameter with the version name.
For example https://api.monday.com/v2/get_schema?version=2024-04
SDL version
You can also retrieve the schema definition language (SDL) version using the optional format=sdl
parameter.
For example https://api.monday.com/v2/get_schema?format=sdl