Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

Latest commit

 

History

History
16 lines (12 loc) · 1.92 KB

CouponDefinitionPagedMetadata.md

File metadata and controls

16 lines (12 loc) · 1.92 KB

CouponDefinitionPagedMetadata

Properties

Name Type Description Notes
next_page str {"description":"Paging parameter. URL fragment that can be used to fetch next page of results.","verbs":["GET","PUT","POST"]}
current_page int {"description":"Paging parameter. 0-indexed. Describes which page (given a page size of `recordsRequested`) of the result set you are viewing.","verbs":["GET","PUT","POST"]}
current_offset int {"description":"Paging parameter. 0-indexed. Describes your current location within a pageable list of query results.","verbs":["GET","PUT","POST"]}
records_requested int {"default":10,"description":"Paging parameter. Describes how many records you requested.","verbs":["GET","PUT","POST"]}
records_returned int {"description":"Describes how many records were returned by your query.","verbs":["GET","PUT","POST"]}
execution_time int {"description":"Number of milliseconds taken by API to calculate response.","verbs":["GET","PUT","POST"]}
results list[CouponDefinition] {"description":"The results returned by your query.","verbs":["GET","PUT","POST"]}

[Back to Model list] [Back to API list] [Back to README]