Load documentation and try it yourself

ResultData

COVID-19 Test Results

APIDescription
POST NMC/ResultData/Login?username={username}&password={password}

Login Method

POST NMC/ResultData/Logout?username={username}&token={token}

Logout Method

GET NMC/ResultData/GetCaseList?username={username}&token={token}&lastRecord={lastRecord}

Get List of Cases based on last obtained record number (pass zero if you don't have last record number)

GET NMC/ResultData/GetUpdatedCaseList?username={username}&token={token}&lastRecord={lastRecord}&modifiedDate={modifiedDate}

Updated Case List from certain date and last obtained record number (pass zero if you don't have last record number)

GET NMC/ResultData/GetTestList?username={username}&token={token}&lastRecord={lastRecord}

Get All Test result (positive and negative) based last obtained record number (pass zero if you don't have last record number)

GET NMC/ResultData/GetReallocatedCaseList?username={username}&token={token}&lastRecord={lastRecord}&reallocatedDate={reallocatedDate}

Get all cases that were reallocated to another province i.e. moving from your province to another province.

POST NMC/ResultData/CaseUpdate?username={username}&token={token}

Update case with provincial details.

GET NMC/ResultData/GetCaseListAnonymous?username={username}&token={token}&lastRecord={lastRecord}

No documentation available.