GetCollectionsLazy

Retrieves collections and their associated collaborators for a given email ID with lazy loading support. Caches the result for efficient retrieval.

get
Authorizations
Query parameters
emailIdstringRequired

The email ID of the user whose collections and collaborators are being retrieved.

TabstringRequired

The tab identifier for filtering collections.

pageNumberinteger · int32Optional

The page number for paginated results (default is 1).

Default: 1
favbooleanOptional

Indicates whether to filter by favorite collections (default is false).

Default: false
pageSizeCollectioninteger · int32Optional

The number of collections per page (default is 10).

Default: 10
Responses
200
Success: The collections and collaborators were successfully retrieved, either from cache or fresh data.
get
GET /Collections/GetCollectionsLazy?emailId=text&Tab=text HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Accept: */*

No content