GetCollectionById
Authorizations
Query parameters
collectionIdinteger · int32Required
The ID of the collection to retrieve.
Responses
200
Success: The collection and its collaborators were successfully retrieved.
400
Bad Request: The provided collection ID is invalid.
404
Not Found: No collection was found with the provided collection ID.
500
Internal Server Error: An error occurred while retrieving the collection or collaborators.
get
GET /Collections/GetCollectionById?collectionId=1 HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No content