GET
/
schedules
/
v1
/
cron-jobs-external
/
{id}
/
curl --request GET \
  --url https://new-prod.vocera.ai/schedules/v1/cron-jobs-external/{id}/ \
  --header 'X-VOCERA-API-KEY: <api-key>'
{
  "id": 123,
  "agent": 123,
  "name": "<string>",
  "crontab_expression": "<string>",
  "timezone": "<string>",
  "scenario_ids": [
    123
  ],
  "scenarios_data": [
    {
      "id": 123,
      "agent": 123,
      "name": "<string>",
      "personality": 123,
      "personality_name": "<string>"
    }
  ],
  "tags": [
    "<string>"
  ],
  "frequency": 50,
  "notify_on": "never"
}

Authorizations

X-VOCERA-API-KEY
string
header
required

API Key Authentication. It should be included in the header of each request.

Path Parameters

id
string
required

Response

200 - application/json

The response is of type object.