Required parameters | Type | Description |
isActive | Boolean | Status of the Clinic – True, False
True – Get list of Active Clinic False – Get list of Inactive Clinic |
Optional parameters | Type | Description |
search | String | Get list of Clinics with clinic name matching the search term |
orderBy | String | Order the list of Clinics using – clinicname |
orderByDirection | String | Order the list of Clinics either ascending or descending – Asc, Desc |
pageNumber | Int | Used for paging the list of Clinics – identify what page to get (default = 1) |
pageSize | Int | Used for paging the list of Clinics – identify the number of results per page (default = 10) |
Example request | URL: /Clinic/?isActive=&search=&orderBy=clinicname&orderByDirection=Asc&pageNumber=1&pageSize=2 |
Example response |
|