GET api/Offer?pageSize={pageSize}&pageNumber={pageNumber}
Gets a paged amount of offerss. Processes this offer API request. The parameter and response sections describe the data exchanged with the API.
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
PagedCollectionDataContractOfOfferDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| TotalCount |
The total count value. |
integer |
None. |
| CurrentCount |
The current count value. |
integer |
None. |
| PageSize |
The page size value. |
integer |
None. |
| PageNumber |
The page number value. |
integer |
None. |
| Collection |
The collection of collection. |
Collection of OfferDataContract |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.