GET api/Offer?pageSize={pageSize}&pageNumber={pageNumber}
Gets a paged amount of offerss.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
pageSize |
The number of offerss to return. Can be null |
integer |
Default value is 20 |
pageNumber |
The page of offerss to return. Can be null |
integer |
Default value is 1 |
Body Parameters
None.
Response Information
Resource Description
A list of offerss or null if none exist
PagedCollectionDataContractOfOfferDataContractName | Description | Type | Additional information |
---|---|---|---|
TotalCount | integer |
None. |
|
CurrentCount | integer |
None. |
|
PageSize | integer |
None. |
|
PageNumber | integer |
None. |
|
Collection | Collection of OfferDataContract |
None. |
Response Formats
application/json
Sample:
text/json
Sample: