Thanks geomatblue.
- At the moment you can export all your data using our APIs. Would adding an export functionality to csv format be valuable to you?
- We dont have any archive feature at the moment but we could easily add soft-deletes is it the same for your use case?
- For the duration of the beta we dont have any rate limits on accounts other than the maximum records you can fetch in a single batch using our GET API. We plan though to add API rate limits later on.
- You can combine both slicing and cursor based pagination. I will give you an example: You can use the GET API [0] and limit the amount of data to retrieve using the LIMIT keyword and subsequently call the CURSOR API [1] and control the batch size using the x-query-batch-size headerHope it helps, let us know if you have any other questions/comments.
[0] https://docs.appteum.com/api/#tag/Objects/operation/ObjectsS...
[1] https://docs.appteum.com/api/#tag/Objects/operation/ObjectsS...
No comments yet.