Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Yodeck Schedules API

Time-based rules controlling what plays where and when.

Yodeck Schedules API is one of 7 APIs that Yodeck publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Schedules. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 5 operations across 2 paths, and defines 3 schemas. It is described by OpenAPI 3.0.3, at version 1.0.

Requests are made against a single base URL, https://app.yodeck.com/api/v1.

5 operations 2 paths 3 schemas 1 DELETE2 GET1 PATCH1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0
Base URL
https://app.yodeck.com/api/v1
Authentication
API Key
Contact
Resource Areas
1

Authentication & Security 1

Yodeck Schedules API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (tokenAuth). By default, every request must be authenticated.

  • tokenAuth — Named, role-scoped API token generated in the Yodeck console (Account Settings Advanced Settings API Tokens). The token acts as a user with the permissions of…

Paths & Operations 5

Across 2 paths, the API surfaces 5 operations — 1 DELETE, 2 GET, 1 PATCH, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Schedules 5

Time-based rules controlling what plays where and when.

GET
/schedules/
List schedules
listSchedules → 200
POST
/schedules/
Create a schedule
createSchedule body → 201
GET
/schedules/{id}/
Retrieve a schedule
getSchedule 1 param → 200
PATCH
/schedules/{id}/
Update a schedule
updateSchedule 1 param body → 200
DELETE
/schedules/{id}/
Delete a schedule
deleteSchedule 1 param → 204

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are Schedule (3 properties), ScheduleList (2 properties), ScheduleInput (2 properties). Each schema is shown below with its type and property counts.

ScheduleInput
object
2 properties 1 required
Schedule
object
3 properties
ScheduleList
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

yodeck-signage-schedules-api-openapi.yml Raw ↑

Other APIs Yodeck publishes across the network.

Yodeck Layouts API
Yodeck Media API
Yodeck Playlists API
Yodeck Screens API
Yodeck Shows API
Yodeck Workspaces API