Paging
Type used for cursor based pagination information in GET list responses.
Properties
- before(string): Before cursor used for getting the previous page (see API pagination for details).
- after(string): After cursor used for getting the next page (see API pagination for details).
- offset(integer): Offset used in case of offset based pagination. Default:- None.
- limit(integer): Limit used in case of offset based pagination. Default:- None.
- total(integer): Total number of entries available to page through.
Documentation file automatically generated at 2025-08-12 05:39:47.683420+00:00.