Shreepad Khandve
03/23/2023, 10:59 AMpaginator:
type: DefaultPaginator
page_size: "#/definitions/page_size"
limit_option:
inject_into: "request_parameter"
field_name: "count"
page_token_option:
type: RequestOption
inject_into: "request_parameter"
field_name: "page"
pagination_strategy:
type: "PageIncrement"
page_size: 150
But when i run the read command to see the results, I am not able to iterate over all pages.
Can anyone help me to understand the logic ?