v1

latestOpenAPI 3.0.12026-07-24285462499.1 KB
events

Create event

Use this endpoint to create event.

post/events

Request body

typestring
titlestring required
hiringStatestring required
recruitmentStepstring
applicantIdsstring[]
advanceTimeMinutesinteger
jobIdstring uuid required
timezonestring required
notesForInterviewersstring
organizerIdstring required

Example request

{
  "invitations": {
    "repeat": {
      "intervalInMinutes": 1440,
      "count": 2
    }
  }
}

Response

When event is created successfully

idstring uuid
typestring
titlestring
hiringStatestring
recruitmentStepstring
advanceTimeMinutesinteger
jobIdstring uuid
timezonestring
createdAtstring date-time
creatorIdstring
cancelledboolean

Example response

{
  "invitations": {
    "repeat": {
      "intervalInMinutes": 1440,
      "count": 2
    }
  }
}