Optional
datetimeOptional
filterOptional string which filters results by a specified field, described by filterBy
Optional
filterOptional parameter for specifying the field on which to run the filter. To know which fields are valid fields for the particular query, consult the official API reference docs for the targeted method (eg, GetCourses), or see the client documentation for the method that overrides this interface (eg, CourseQueryOptions)
Optional
moreA pagination token that was returned on the more
property of paginated requests. If there are more results
to be collected, the token can be provided here to get the next page of results. When passing this token,
no other filter parameters can be sent as part of the request. The resources will continue to respect the
filters passed in by the original request.
Optional
orderOptional parameter for specifying the field and order by which to sort the results. To know which fields are valid fields for the particular query, consult the official API reference docs for the targeted method. (eg, GetRegistrations), or see the client documentation for the method that overrides this interface (eg, RegistrationQueryOptions)
Optional
scopeThe auth scope to use for the given method invocation
Optional
sinceFilter by ISO 8601 TimeStamp inclusive (defaults to UTC)
Optional
tagsFilter items matching ANY tag provided (not ALL)
Optional
untilFilter by ISO 8601 TimeStamp inclusive (defaults to UTC)
Generated using TypeDoc
Specifies field that
since
anduntil
parameters (see DateFilter) are applied to