Skip to content

App Record and Replay - API Reference

Control of this service is accomplished via the following REST API. In addition, this service does inherit the common APIs and the Trigger API from the SDK.

Postman Collection

A sample Postman collection can be found here.

Note

Use the Postman Send and Download option for the Export recording - JSON request so that the response can be saved to file. The Send and Download option is on the Send button.

Note

Postman automatically decompresses the responses when requesting GZIB or ZLIB compression. Use the following curl command to save the compressed response to file.

curl localhost:59712/api/v3/data?compression=gzip -o test.gz
curl localhost:59712/api/v3/data?compression=zlib -o test.zlib