lib/losant_rest/events.rb in losant_rest-1.8.6 vs lib/losant_rest/events.rb in losant_rest-1.8.7
- old
+ new
@@ -37,10 +37,10 @@
# must include at least one of the following scopes:
# all.Application, all.Application.read, all.Organization, all.Organization.read, all.User, all.User.read, events.*, or events.get.
#
# Parameters:
# * {string} applicationId - ID associated with the application
- # * {string} sortField - Field to sort the results by. Accepted values are: subject, id, creationDate
+ # * {string} sortField - Field to sort the results by. Accepted values are: subject, id, creationDate, lastUpdated, level, state, deviceId
# * {string} sortDirection - Direction to sort the results by. Accepted values are: asc, desc
# * {string} page - Which page of results to return
# * {string} perPage - How many items to return per page
# * {string} filterField - Field to filter the results by. Blank or not provided means no filtering. Accepted values are: subject
# * {string} filter - Filter to apply against the filtered field. Supports globbing. Blank or not provided means no filtering.