The return
- The format of return is json for this Api
- When page and page_size are both provided, pagination metadata is returned at the top level alongside status, info, and data. The data field is an array containing the offers for the current page:
| Field | Type | Example | Desc |
|---|---|---|---|
| total_pages | int | 50 | Total number of pages |
| page | int | 1 | Current page number |
| page_size | int | 20 | Number of items per page |
| data | array | Offer data list for the current page |