Hello Team,
I’m attempting to get all records by using paging functionality with the Release 2022-10 REST API cursor-based paging rest api. I’m getting page_info from the first request response, and I’m passing page_info unique key in parameter in second request, but I’m getting an error. I’m making use of php crul request. How can I use page_info parametter in php curl_setopt request so I get next page list data?
Thanks
