Gets a specific collection by its unique identifier.

Behavior: Retrieves a single collection record matching the specified ID. Returns the full collection model if found.

Authorization: Requires an authenticated user via the class-level [Authorize] attribute.

Side Effects: None. This is a read-only operation.

Error Scenarios: Returns 400 if the request is malformed. Returns 404 if no collection exists with the specified ID.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

The unique identifier of the collection to retrieve.

Responses

401

Unauthorized. The caller must provide a valid Bearer token.

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json