I’m trying to use an offset parameter in an API call in order to retrieve more than the first 100 records.
I’m getting this error:
{‘error’: {‘type’: ‘INVALID_OFFSET_VALUE’, ‘message’: “The value of offset ‘(record id)’ is invalid”}}
Can anyone help with what’s going on here? Is there a different way it’s supposed to be formatted? Thanks!