Get collection
GET
/api/collection/{id}
Returns a collection by ID. Accessible via a valid share link or as the owner.
Authorizations
Token
Format: token <value>. Types: user (session) or uploader (API token).
Type
API Key (header: Authorization)
Parameters
Path Parameters
id*
Type
Requiredstring
Query Parameters
shareId
Type
string
Responses
OK
application/json
JSON "id": "string", "name": "string", "ownerId": "string", "createdAt": "string", "updatedAt": "string", "files": [ { "id": "string", "name": "string", "mime": "string", "size": "string", "ownerId": "string", "folderId": "string", "createdAt": "string", "updatedAt": "string", "shareId": "string" } ], "count": 0, "shareId": "string"
{
}
