Get instructor information (instructor not found)
When an instructor with the specified ID doesn't exist, a 404 response
is returned.
Parameters
| Name |
Description |
|
id
|
ID of the instructor
|
Response Fields
| Name |
Description |
|
instructor[id]
|
The instructor's id
|
|
instructor[name]
|
The instructor's full name
|
|
instructor[email]
|
The instructor's email address
|
|
instructor[phone]
|
The instructor's phone number
|
|
instructor[title]
|
The instructor's title
|
|
instructor[company]
|
The instructor's company
|
|
instructor[bio]
|
The instructor's bio
|
|
instructor[city]
|
The instructor's city
|
|
instructor[image]
|
A hash containing URLs to different versions of images for the instructor
|
|
instructor[url]
|
The URL for the instructor's page on the existing site
|
|
instructor[metro_slug]
|
The slug of the metro that the instructor is associated with
|
|
instructor[metro_name]
|
The name of the metro that the instructor is associated with
|
|
instructor[topics]
|
An array of topics the instructor covers
|
|
instructor[social_media]
|
A hash containing the instructor's social media accounts
|
|
instructor[upcoming_instances]
|
An array of upcoming workshops or courses the instructor will teach
|
|
instructor[previously]
|
An array of previous workshops or courses the instructor has taught
|
|
instructor[last_modified_at]
|
Timestamp when the instructor was last modified
|
|
instructor[archived_at]
|
Timestamp when the instructor was archived. If null, the instructor is still active.
|
Request
Route
GET /api/v1/website/instructors/%3Aid