find()

Finds Streams which match the specified options.

Octave.Stream.find(options)

Parameters

ParameterTypeRequiredDescription
optionsObjectYesAn object literal of query options.
options.filterStringNoA filter string.
options.startIntegerNoThe start index of the search; (default value is 0).
options.limitIntegerNoThe maximum response size; (default value 20).
options.sortStringNoThe string representation of the member key to sort the results over (default value is the creation date).
options.orderStringNoSpecifies the sort order. Can be set to asc or desc (default value is desc).

Returns

An array of JSON representations of the matching Streams.