I am attempting to call for a large amount of data and filter it down into a custom binding in one of my projects with an HTTP binding. I have already applied all the filters that are available for this specific endpoint and the individual calls are limited to 500 values. Does ignitions HTTP binding support any paging abilities to make multiple calls with predefined offsets and then combine that data to then transform? Or is the best bet here to have a separate property binding for each page offset and then combine them how you want? Or make the calls from a gateway-scoped script or something?
This.
2 Likes