GET /_ml/calendars
curl \
-X GET http://api.example.com/_ml/calendars \
-H "Content-Type: application/json" \
-d '{"page":{"from":42.0,"size":42.0}}'
Request examples
{
"page": {
"from": 42.0,
"size": 42.0
}
}
Response examples (200)
{
"calendars": [
{
"calendar_id": "string",
"description": "string",
"job_ids": [
"string"
]
}
],
"count": 42.0
}