Does the API asset/ endpoint support paging?
Querying /asset endpoint sends all the asset data which is quite large. Does this or another endpoint support paging of some sort ?
5 Replies
Hello it is not at the moment
the web is optimized by using the time-bucket request, not the GET /asset request
Ah I see. Is the web sending a request for every day or does that endpoint take a range?
the web doesn't use that endpoint
only mobile, it is difference in rendering complexity between web and mobile client
Oh, I thought you stated web used the time-bucket request. I'm curious how mobile handles loading the assets? Does it load all the assets then?
yeah the web use time-bucket request, not the GET /asset
sorry for the confusion
it actually cache the request and then using eTag header to identify if there are new assets on the server
mobile is a bit more complicated because it has local sync mechanism to allow offline usage