eSubmission API
home
Integration Architecture
End Points Details
GET/v1/candidates/entries
Pull Entries data from EPS on following filter conditions.
• sessionId • centreNumber • updateDate • businessStreamId • isRemoved(by default false for entries. True for pulling removed entries fromDB)
GET /v1/centres
Pull Centre data from EPS on following filter conditions.
• sessionId • date • businessStreamId
GET /v1/components
Pull component data from EPS with syllabus and qualification information on following filter conditions
• assessmentCode
• assessmentVersion
• qualificationId
• sessionId
• businessStreamId`
GET /v1/qualifications
Pull qualification data with Assessment from EPS on following filter conditions.
• businessStreamId
GET /v1/sessions
Pull all Session data from EPS on following filter conditions.
• year • businessStreamId
POST /v1/candidates/markings
eSubmission post the json message to api. This api will convert json to xml message and sign the xml message with certificate then invoke the RMA web service. RMA web service method
>
• SessionCompositionWS::Candidate
PUT /v1/candidates/markings
eSubmission put the json message to api. This api will convert json to xml message and sign the xml message with certificate then invoke the RMA web service.RMA web service method
• SessionCompositionWS::Candidate