GET api/drugprofiles?name={name}&page={page}&pagesize={pagesize}
Retrieves a paginated list of global drug profiles.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| name |
Optional name to filter the drug profiles. |
string |
None. |
| page |
The page number of the results to fetch. |
integer |
Default value is 1 |
| pagesize |
The number of records per page. |
integer |
Default value is 100 |
Body Parameters
None.
Response Information
Resource Description
Returns a paginated list of global drug profiles.
PagedResultOfDrugProfileModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PageIndex | integer |
None. |
|
| PageSize | integer |
None. |
|
| TotalCount | integer |
None. |
|
| TotalPageCount | integer |
None. |
|
| Items | Collection of DrugProfileModel |
None. |
|
| HasPreviousPage | boolean |
None. |
|
| HasNextPage | boolean |
None. |
Response Formats
application/json, text/json, application/json-patch+json
Sample:
Sample not available.