Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 539 Bytes

Pagination.md

File metadata and controls

12 lines (9 loc) · 539 Bytes

Pagination

Properties

Name Type Description Notes
has_more bool Next page is available
next_offset str Token used to retrieve the next page
results int Number of values found in the results
max_per_page int Maximal number of entries per page

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