Data Export API
Export data in various formats (CSV, JSON, XML) with filtering and field selection.
/api/export/{format}
Request data export in CSV, JSON, or XML format. Replace {format} with "csv", "json", or "xml".
Replace placeholders (e.g., {userId}) with actual values in the path above.
/api/export/{format}
Get information about the specified export format. Replace {format} with "csv", "json", or "xml".
Replace placeholders (e.g., {userId}) with actual values in the path above. You can also add/edit query parameters (e.g., ?key=value).
/api/export/status/{jobId}
Check export job status and get download link if completed. Replace {jobId} with an actual job ID like `export_123`.
Replace placeholders (e.g., {userId}) with actual values in the path above. You can also add/edit query parameters (e.g., ?key=value).
/api/export/status/{jobId}
Cancel an export job. Replace {jobId} with an actual job ID.
Replace placeholders (e.g., {userId}) with actual values in the path above.