v4

latestSwagger 2.02026-08-033766226.9 KB
ReportView

Retrieves secure link to registration details page searching by the Registration Id.

It may return none or one matching result. Each result contains a secure url; UTC date/time of when the link expires; name details of a person associated with the registration.

post/api/report-view/by-registrationid

Headers

apikeystring required

ApiKey supplied.

Request body

registrationIdstring uuid required
userstring
canVerifyboolean
canChangeStatusboolean

Example request

{
  "registrationId": "4bf4db0a-1c0c-4acd-8e92-701f55163891",
  "user": "Rob Starr",
  "canVerify": true,
  "canChangeStatus": true
}

Response

Results of the query