Parameter |
Description |
Possible values |
Example |
M/O* |
action |
Specifies the HTTP API command sendmessage |
reporting |
action=reporting |
M |
username |
Specifies the username. The username and password parameters are
used to authenticate the user. The value must be
urlencoded.
|
admin (the admin user's username)
|
username=admin |
M |
password |
Specifies the password. The username and password parameters are used
to authenticate the user. The value must be
urlencoded.
|
string value, maximum length is 16 characters (the admin user's password)
|
password=abc123 |
M |
repDirection |
Specifies whether we would like to list the incoming or the outgoing
messages.
urlencoded.
|
in, out
|
repDirection=in |
M |
toExport |
Specifies what the got back xml should contain. A summary of the
number of the messages or the messages themselves.
|
summary, messages
|
toExport=messages |
M |
repUser |
Specifies which user's data we would like to list. In case we do
not define the user, the admin user is being listed automatically.
|
string, maximum 16 characters
|
repUser=testuser |
O |
repOperator |
Specifies the name of the service provider the data of which we would
like to know.
|
string value, maximum 16 characters
|
repOperator=HTTPServer0 |
O |
repStartTime |
Specifies the date after which the sent and received messages we would
like to know about. The value must be YYYY-MM-DD hh:mm::ss
urlencoded.
|
date in urlencoded form: YYYY-MM-DD hh:mm::ss
|
repStartTime=2011-11-29%2011:00:00 |
O |
repStopTime |
Specifies the date before which the sent and received messages we would
like to know about. The value must be YYYY-MM-DD hh:mm::ss
urlencoded.
|
date in urlencoded form: YYYY-MM-DD hh:mm::ss
|
repStartTime=2020-11-29%2011:00:00 |
O |