Get collection (with movies)

View as Markdown
**What:** One collection plus its joined movies. Owner sees their own; a logged-in non-owner sees a PUBLIC list in visitor mode; a private/foreign list is 404. **Auth:** Bearer token required. **Path params:** | Param | Type | Required | Description | Example | |---|---|---|---|---| | id | string | yes | Collection ObjectId. | `66b0c1d2e3f4a5b6c7d8e9f0` | **Returns:** `data = full` (card identity + `authorId` + `movies[]`).

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

{collectionIdstringRequired

Response

OK
okboolean
dataobject

Errors

401
Unauthorized Error
404
Not Found Error