Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 814 Bytes

File metadata and controls

13 lines (9 loc) · 814 Bytes

Meta

Response metadata.

Properties

Name Type Description Notes
has_more bool A flag that indicates if there are more records that can be fetched. [optional]
after_cursor str A record id that can be used as a `page[after]` parameter in a new request to get the next page. Not specified if there are no subsequent pages. [optional]
before_cursor str A record id that can be used as a `page[before]` parameter in a new request to get the previous page. Not specified if there are no previous pages. [optional]

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