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
Alex Tran
Alex Tran2y ago
Hello it is not at the moment the web is optimized by using the time-bucket request, not the GET /asset request
Jerrell
JerrellOP2y ago
Ah I see. Is the web sending a request for every day or does that endpoint take a range?
Alex Tran
Alex Tran2y ago
the web doesn't use that endpoint only mobile, it is difference in rendering complexity between web and mobile client
Jerrell
JerrellOP2y ago
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?
Alex Tran
Alex Tran2y ago
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

Did you find this page helpful?