Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ItemValue
HTTP MethodPOST
URL/rest/ng/collection-protocol-registrations/list
Request Body


Code Block
{
  "cpId": <collection protocol ID>,
  "registrationDate": <registration date>,
  "ppid": <ppid>
  "name": <participant first name or last name>
  "dob": <birth date>,
  "uid": <SSN or any national ID>,
  "specimen" <specimen label or barcode>,
  "includeStats": <true|false>,
  "startAt": <startAt | 0>,
  "maxResults": <maxResults | 100>
}


Response BodyList of registered participants that match the requested criteria.

...