Query parameters
-
Skips the specified number of calendars. This parameter is supported only when you omit the calendar identifier.
-
Specifies the maximum number of calendars to obtain. This parameter is supported only when you omit the calendar identifier.
GET
/_ml/calendars
curl \
--request GET 'http://api.example.com/_ml/calendars' \
--header "Content-Type: application/json" \
--data '{"page":{"from":0.0,"size":10000.0}}'