listGalleries( )


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Retrieves a list of galleries.

This function retrieves a list of up to 10 galleries at a given time. To list the next 10 galleries in your site's backend, use the offset parameter.

Permissions
Manage Galleries
Read Galleries
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
optionsListGalleriesOptions

Options to use when getting the list of galleries.

Returns
Return Type:Promise<ListGalleriesResponse>
Did this help?