GetCollectionsOptimized
Retrieves a list of collections grouped by CollectionId and RowlevelCollectionId, including collection and collaborator details.
get
Authorizations
Query parameters
emailIdstringRequired
The email ID associated with the collections to be retrieved.
Responses
200
Success: Returns the optimized collections grouped by CollectionId and RowlevelCollectionId.
400
Bad Request: The provided emailId is invalid or missing.
500
Internal Server Error: An error occurred while processing the collections request.
get
GET /Collections/GetCollectionsOptimized?emailId=text HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No content