GET api/deductibles?page={page}&pagesize={pagesize}

Retrieves a paginated list of global Deductible resources.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
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 deductible details.

PagedResultOfDeductibleModel
NameDescriptionTypeAdditional information
PageIndex

integer

None.

PageSize

integer

None.

TotalCount

integer

None.

TotalPageCount

integer

None.

Items

Collection of DeductibleModel

None.

HasPreviousPage

boolean

None.

HasNextPage

boolean

None.

Response Formats

application/json, text/json, application/json-patch+json

Sample:

Sample not available.