Enums
The parameters with a predefined set of values are called "enums." The enums endpoints list the mappings of a possible parameter values and the IDs of those values. For example, the endpoint /enums/timezones
lists the timezone name
and code
, such as Europe/Berlin
, and the timezoneId
.
Last updated