Skip to main content

getCollections

Returns the list of collections for the project ordered by creation date. Does not include photos — use getCollection(id) to get those.

Parameters

None.

Returns

Example

nav.ts

getCollection

Returns a single collection with all its approved photos, sorted by position within the collection.

Parameters

string
required
UUID of the collection. Obtain it from getCollections().

Returns

Example

collection-page.ts

Errors