...
Works for POST and application/x-www-form-urlencoded
parameters, or GET and query parameters
This method queries the capped collection of messages so has limited history to query
name | description | example value | validation rules |
---|---|---|---|
username | Username of registered user | 1234321@reseller | Cannot be null or empty, cannot contain spaces, user must exist |
password | Password | password | Cannot be null or empty, must match user's password |
since | Epoch, number of seconds since 1st Jan 1970 GMT | 1364545939 | Required, must be an integer number |
...