getLensCollection

GET {{baseUrl}}/wave/lenses

Get a collection of lens resource representations.

Request Params

KeyDatatypeRequiredDescription
folderIdstringFilters the results to include only the contents of a specific folder.
pagestringA generated token that indicates the view of the lenses to be returned.
pageSizestringThe number of items to be returned in a single page. Minimum is 1, maximum is 200, and default is 25
qstringSearch terms. Individual terms are separated by spaces. A wildcard is automatically appended to the last token in the query string.
scopestringThe type of scope to be applied to the returned collection.
sortstringThe type of sort order to be applied to the returned collection.

RESPONSES

status: OK

{"nextPageUrl":"\u003cstring\u003e","totalSize":"\u003cinteger\u003e","url":"\u003cstring\u003e"}