v1

latestOpenAPI 3.1.02026-07-2422707.0 MB

Register a guest to a workshop

Purpose: Use this API to register a guest to a workshop.

You must specify workshop_id, along with the body params track_id, guest_id, and center_id.

post/v1/workshops/{workshop_id}/registrations

Path parameters

workshop_idstring required

Unique identifier of the workshop for which you are registering the guest.

Request body

track_idinteger required

Id of the track associated with the workshop.

guest_idstring required

Unique identifier of the guest whom you are registering for the workshop.

center_idstring required

Unique identifier of the center where the guest is registering for a workshop.

waitlistboolean

(Optional) Use this param if you want to add the guest to the waitlist instead of registering the guest. True: Add the guest to the waitlist. False: If action is to register the guest and not to add in the waitlist.

Response

200

{"stackTrail":"paths:/v1/workshops/{workshop_id}/registrations:post:responses:200:content:application/json:schema:properties:error","oasType":"schema","type":"unknown"}

Example response

{
  "registrations": [
    {
      "id": 30607
    }
  ]
}