Website API

Get the list of upcoming workshops

Returns a list of upcoming workshops for a given program.

Parameters

Name Description
program_slug Only return courses offered for this program
page The page number of results to return (default: 1)
per_page The number of results to include in each paged response (default: 6)

Response Fields

Name Description
workshops[id] Workshop ID
workshops[format] Workshop Format
workshops[starts] Workshop start date/time
workshops[ends] Workshop end date/time
workshops[blocks] Workshop scheduled blocks
workshops[price] Workshop price, in the minimum unit of the specified currency (eg. cents in USD)
workshops[currency] Workshop price currency
workshops[overview] Workshop overview
workshops[prereqs] Workshop prereqs
workshops[outcomes] Workshop outcomes
workshops[delivery] Instance Delivery mode
workshops[metro] metro information

Request

Headers

Authorization: [your_auth_token]
Accept: application/json

Route

GET /api/v1/website/upcoming_workshops?program_slug=ux-ui-design-fundamentals-in-figma-two-day-evening-workshop

Query Parameters

program_slug=ux-ui-design-fundamentals-in-figma-two-day-evening-workshop

Response

Headers

Content-Type: application/json
X-Page: 1
X-Per-Page: 1
X-Total-Pages: 1
X-Total: 1

Status

200

Body