Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

namedescriptionexample valuevalidation rules
usernameUsername of registered user1234321@resellerCannot be null or empty, cannot contain spaces, user must exist
passwordPasswordpasswordCannot be null or empty, must match user's password
sinceEpoch, number of seconds since 1st Jan 1970 GMT1364545939Required, must be an integer number

...