exportuserfeedback deprecated
PACKAGE: open-xchange-userfeedback
NAME
exportuserfeedback - Exports user feedback
SYNOPSIS
exportuserfeedback -U myUser:myPassword [-t type] [-g ctx_grp] [-s time] [-e time]
DESCRIPTION
This command line tool exports the collected user feedback into a file.
OPTIONS
--api-root arg : URL to an alternative HTTP API endpoint. Example: 'https://192.168.0.1:8443/userfeedback/v1/'
--delimiter arg : The column delimiter used. Default: ;
-e, --end-time arg : End time in seconds since 1970-01-01 00:00:00 UTC. Only feedback given before this time is considered. If not set, all feedback since -s is considered.
-g, --context-group arg : The context group identifying the global DB where the feedback is stored. Default: 'default'.
-h, --help : Prints the help text
-s, --start-time arg : Start time in seconds since 1970-01-01 00:00:00 UTC. Only feedback given after this time is considered. If not set, all feedback up to -e is considered.
-t, --type arg : The feedback type. Default: 'star-rating-v1'. Alternative value: 'nps-v1'.
-U, --api-user user:password : Username and password to use for REST API authentication (user:password).
EXAMPLES
exportuserfeedback -s 1487348317 /tmp/feedback.csv