The target endpoint accepts limit and offset as query param in the request.
The limit specifies the number of records to be returned on each hit and offset Specifies the starting row for the result set. Used by the limit parameter.
In the initial request for the first page of results, omit the offset parameter or set it to zero.
When we hit the target endpoint from apigee first time we set offset to zero and when I change the offset to some value it gives me error as