Get submissions for a practitioner

GET {{baseUrl}}/v1/practitioners/:board/:fid

Gets the submissions for a practitioner.

Submissions can be filtered even further by date range. Can also include paging options.

Ensure ALL Path Variables in the url (e.g. :board, :fid) are set in the Params tab, or else an unexpected response may be returned.

Request Params

KeyDatatypeRequiredDescription
fromDatenullOptional. The start date for submissions.
toDatenullOptional. The end date for submissions.
$orderBynullOptional. The following fields can be ordered: Fid, Id, SubmitDate
$pagenumberOptional.
$pageSizenumberOptional.