Get Records Request Pagination problem with Notes - TOKEN_BOUND_DATA_MISMATCH
My first get request for the Notes table works fine, but when I grab the "next_page_token" from the first Json response and pass it in my request for the second page as "page_token", I get the following error:
{
"code": "TOKEN_BOUND_DATA_MISMATCH",
"details": {
"param_name": "page_token"
},
"message": "the page_token given seems to be invalid or input param is altered",
"status": "error"
}
Pagination works fine with every other "Get Records" request (Deals, Accounts, etc.) so I don't know what's wrong with Notes. I'm an admin user, so I don't think it's my account permissions.