Create a new Event
POST https://rest.webropolsurveys.com/api/v1/events
Creates a new Webropol Event and returns the id of the created event. Also sets the EventId as the Collection Variable {EventId}.
Data Values
Following details can be provided when creating an event.
EventName: The name of the event and the saving name of the survey.
FolderId (optional): The folder id the event, default is root folder.
EventStartDate (optional): The start date of the event.
EventStartTime (optional): The start time of the event.
EventEndDate (optional): The end date of the event.
EventEndTime (optional): The end time of the event.
Venue (optional): The Venue for the event.
TotalSeats (optional): The number of seats available for the event.
Request Body
{"EventName"=>"API Training Event", "EventStartDate"=>"2020-12-10T10:58:00+02:00", "EventStartTime"=>"2020-12-10T10:58:00+02:00", "EventEndDate"=>"2020-12-10T12:58:00+02:00}", "EventEndTime"=>"2020-12-10T12:58:00+02:00", "Venue"=>"Webropol HQ", "TotalSeats"=>5}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: Created
{"EventId":"048705a3-a2e8-44ae-aa21-2cd849c611db"}