Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 835 Bytes

File metadata and controls

12 lines (8 loc) · 835 Bytes

Page

Properties

Name Type Description Notes
after str A record id. Results will only contain the records that come after the specified record. Only one of `after` or `before` can be provided, not both. [optional]
before str A record id. Results will only contain the records that come before the specified record. Only one of `after` or `before` can be provided, not both. [optional]
size int The number of records to return. Does not apply to the `listMessages` endpoint. [optional] [default to 25]

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