eSubmission API

(0 reviews)
API used to retrieve the candidate exam details from EPS data base and create or update the candidate makings to RM3 .

home

Integration Architecture

resources/image-5402dc94-d598-4616-9fd5-0a3f166604fb.png

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


Reviews