Utilizing an AWS API with a response that requires pagination. I start with populating “NextPageToken” with a null value. The initial response incorporates a token of with I manually replace the null value with the token value and post. The response dataset is quite large so I must perform several posts with a new token for each. This works fine manually but I would like to automate the token-passing process. I am familiar with Postman variables (use them extensively) but cannot successfully automate this process. Help please.
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Pagination in postman | 3 | 3144 | July 1, 2022 | |
How to iterate through response pages when the total number of pages is unknown | 3 | 951 | January 16, 2023 | |
Is there a way of easily testing paged responses in Postman? | 7 | 32634 | June 17, 2020 | |
Automatically retrieving paginated responses | 1 | 1095 | August 17, 2020 | |
How to setup API call for paginated response with an collection? | 3 | 498 | July 13, 2023 |