Exam Calendar

(0 reviews)
The API provides all the relevant key dates and deadlines for centres before and after any booking creation. This crucial information allows any centre to plan and successfully manage the administration requirements of the Assessment test event

home

#Endpoint Details

GET /ce/v1/exam-calendar

The API provides all the relevant key dates and deadlines for center's before and after any booking creation. This crucial information allows any Centre to plan and successfully manage the administration requirements of the Assessment test event

Supported exam types:

  • ON-DEMAND
  • SCHEDULED
  • COMPUTER BASED
  • DIGITAL

Request query parameters are mandatory or optional based examType as given below

ON-DEMAND

Mandatory Fields:

  • centreNumber
  • assessmentCode
  • startDate
  • endDate

SCHEDULED

Mandatory Fields:

  • centreNumber

Optional Fields:

  • year
  • assessmentCode
  • sitting

COMPUTER BASED

Mandatory Fields:

  • centreNumber

Optional Fields:

  • sitting
  • year
  • assessmentCode

DIGITAL

Mandatory Fields:

  • centreNumber
  • assessmentCode
  • year
  • startDate
  • endDate

Optional Fields:

  • None

Response based on Exam Type

'Yes' indicates data is returned. 'No' signifies no data is being returned by the API.

Field NamesDIGITALON-DEMANDSCHEDULEDCOMPUTER BASED
legacyCentreNumberYesYesYesYes
centreNumberYesYesYesYes
assessmentCodeYesYesYesYes
assessmentCodeDescriptionYesYesYesYes
keyAssessmentDateYesYesYesYes
sittingNoNoYesYes
speakingWindowStartDateYesYesYesYes
speakingWindowFinishDateYesYesYesYes
nonStandardModifiedMaterialsDeadlineNoYesNo(00000000)Yes
modifiedSpeakingMaterialsNoNoNoYes
specialArrangementsDeadlineYesYesYesNo
entryClosingDateYesYesYesYes
venueAndTimetablingDetailsDeadlineYesYesYesYes
finalMaterialFulfilmentDateNoYesYesNo
resultsIssueStartDateYesYesYesYes
resultsIssueFinishDateNoNoYesYes
certificateDespatchStartsDateYesYesYesYes
sessionWeekYesYesNoNo
materialOrderDeadlineNoNo(00000000)NoNo
speakingMarksNoNo(00000000)NoNo
connectPlusPreparationDeadlineNoNoNoYes
adminArrangementYesNoNoNo

Error Codes

HTTP CodeError CodeError Message
50060006Message Not Processed. There is some technical error while processing request. Please report this to Support team.
40070416Message Not Processed:Mandatory Query Parameter is missing.
40170401Message Not Processed:Invalid Access token. Please provide valid access token.
40170402Message Not Processed:Missing Access token. Please provide valid access token.
40170405Message Not Processed: Accesstoken expired. Please try again with valid token.
40370403Message Not Processed:Not allowed to access requested resource. Please contact support for the access.
40470404Message Not Processed:Requested resource is not found.
50370503Message Not Processed:One or more back-end is down. Please try again later.
50470504Message Not Processed:Back-end timed out. Please try again later.

Reviews