getLensCollection
GET {{baseUrl}}/wave/lenses
Get a collection of lens resource representations.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
folderId | string | Filters the results to include only the contents of a specific folder. | |
page | string | A generated token that indicates the view of the lenses to be returned. | |
pageSize | string | The number of items to be returned in a single page. Minimum is 1, maximum is 200, and default is 25 | |
q | string | Search terms. Individual terms are separated by spaces. A wildcard is automatically appended to the last token in the query string. | |
scope | string | The type of scope to be applied to the returned collection. | |
sort | string | The type of sort order to be applied to the returned collection. |
RESPONSES
status: OK
{"nextPageUrl":"\u003cstring\u003e","totalSize":"\u003cinteger\u003e","url":"\u003cstring\u003e"}