Export reports for a specified tenant into CSV file.

This API is used to export user activity reports. and returns CSV file as Response. This API is desinged as synchronus API.

Entitlements required: read or manage reports.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests

LoadingLoading

Path Params
string
enum
required

Name of the report to export into CSV file. Report names for exporting user activities is user_activity_csv. This is Synchronus API

Allowed:
Body Params

Report parameters:

default value for all these filters is ""*""
NOTE: FROM and TO parameters must be supplied always through request. No default values provided and should be in epoch timestamp format

Report NameOptional FiltersSample Request Payload
user_activity_csvRESULT, PERFORMED_BY_USERNAME, CLIENT_IP, EVENT_TYPE, COUNTRY_NAME, COUNTRY_CODE{ "USERID":"60000076X0", "FROM":"1554752123710", ""TO":"1554752123720", }

Responses
200

Success

400

Bad Request.

Language
URL
LoadingLoading