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
| Key | Datatype | Required | Description | 
|---|---|---|---|
| fromDate | null | Optional. The start date for submissions. | |
| toDate | null | Optional. The end date for submissions. | |
| $orderBy | null | Optional. The following fields can be ordered: Fid, Id, SubmitDate | |
| $page | number | Optional. | |
| $pageSize | number | Optional. |