Manage Results

Get Respondent Result

Retrieve result for a specific respondent by making a GET request.
GET:https://developer.examjoint.comresult/{respondent_id}

Search For Result

You can search and filter for result by making a GET request as follows:
you can also omit the search, status, sort_by, order and limit to list the results without filtering.
GET:https://developer.examjoint.comresults/{exam_id}/search?search=brown%20fox?status=released?sort_by=grade&order=descending?limit=7

Result Query Parameter

The following list and explain what each query parameter means and the value that can be assign to them
FieldsTypeDescription
searchStringThis is should be the string containing hint about the respondent you're searching for. Like name, email address, username or respondent_id.
statusStringThis can be any of the following:
all: Filter on all status
released: Filter on only released results
pending: Filter on result that are yet to be release
cancelled: Filter on cancelled result
sort_byStringThis can be any of profile, status, incident, timeLeft, submittedOn, or grade
orderStringThis can be either descending or ascending
limitNumberThis should be a positive whole number for limiting the numbers of returned result

Feedback Comments (0)