Using NFA Odata API, we don't see all expected items returned by the API. Only the first ten rows are returned. Where can I get the rest of the results?
Release : 10.0
Component : NQPRFC
The Odata API is designed to only return the first 10 items. A link is generated to the next ten.
After returning the first 10 items, the Odata API provides a link at the end of the results. This link provides the next ten items (and a new link if needed).
For example, here are the last three lines returned data from an interfaces 'get' request: