Exam Calendar
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 Names | DIGITAL | ON-DEMAND | SCHEDULED | COMPUTER BASED |
---|---|---|---|---|
legacyCentreNumber | Yes | Yes | Yes | Yes |
centreNumber | Yes | Yes | Yes | Yes |
assessmentCode | Yes | Yes | Yes | Yes |
assessmentCodeDescription | Yes | Yes | Yes | Yes |
keyAssessmentDate | Yes | Yes | Yes | Yes |
sitting | No | No | Yes | Yes |
speakingWindowStartDate | Yes | Yes | Yes | Yes |
speakingWindowFinishDate | Yes | Yes | Yes | Yes |
nonStandardModifiedMaterialsDeadline | No | Yes | No(00000000) | Yes |
modifiedSpeakingMaterials | No | No | No | Yes |
specialArrangementsDeadline | Yes | Yes | Yes | No |
entryClosingDate | Yes | Yes | Yes | Yes |
venueAndTimetablingDetailsDeadline | Yes | Yes | Yes | Yes |
finalMaterialFulfilmentDate | No | Yes | Yes | No |
resultsIssueStartDate | Yes | Yes | Yes | Yes |
resultsIssueFinishDate | No | No | Yes | Yes |
certificateDespatchStartsDate | Yes | Yes | Yes | Yes |
sessionWeek | Yes | Yes | No | No |
materialOrderDeadline | No | No(00000000) | No | No |
speakingMarks | No | No(00000000) | No | No |
connectPlusPreparationDeadline | No | No | No | Yes |
adminArrangement | Yes | No | No | No |
Error Codes
HTTP Code | Error Code | Error Message |
---|---|---|
500 | 60006 | Message Not Processed. There is some technical error while processing request. Please report this to Support team. |
400 | 70416 | Message Not Processed:Mandatory Query Parameter is missing. |
401 | 70401 | Message Not Processed:Invalid Access token. Please provide valid access token. |
401 | 70402 | Message Not Processed:Missing Access token. Please provide valid access token. |
401 | 70405 | Message Not Processed: Accesstoken expired. Please try again with valid token. |
403 | 70403 | Message Not Processed:Not allowed to access requested resource. Please contact support for the access. |
404 | 70404 | Message Not Processed:Requested resource is not found. |
503 | 70503 | Message Not Processed:One or more back-end is down. Please try again later. |
504 | 70504 | Message Not Processed:Back-end timed out. Please try again later. |