Upload data to a custom service

If I want to update data to a custom third-party service as Timescale.
Is there any generic export API I can’t implement or use?
Or the best way is to simulate for example EMONCMS API?

There is no generic export API, but there is a generic query API that can be used to pull data in either Json or CSV format.

1 Like