v1

latestOpenAPI 3.0.32026-07-14314472448.6 KB
library_elements

Get all library elements.

Returns a list of all library elements the authenticated user has permission to view. Use the perPage query parameter to control the maximum number of library elements returned; the default limit is 100. You can also use the page query parameter to fetch library elements from any page other than the first one.

get/library-elements

Query parameters

searchStringstring

Part of the name or description searched for.

kind1

Kind of element to search for.

sortDirection'alpha-asc' | 'alpha-desc'

Sort order of elements.

typeFilterstring

A comma separated list of types to filter the elements by

excludeUidstring

Element UID to exclude from search results.

folderFilterstring

A comma separated list of folder ID(s) to filter the elements by. Deprecated: Use FolderFilterUIDs instead.

folderFilterUIDsstring

A comma separated list of folder UID(s) to filter the elements by.

perPageinteger

The number of results per page.

pageinteger

The page for a set of records, given that only perPage records are returned at a time. Numbering starts at 1.

Response

(empty)