API Docs / Operations / Media Library - Documents / Streams practice document content with ETag caching and the original file name. A matching If-None-Match returns 304 without touching blob storage.

Streams practice document content with ETag caching and the original file name. A matching If-None-Match returns 304 without touching blob storage.

GET /tenants/{tenant}/practice-documents/{code}/content

Streams the practice document file content

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

code* path string

Responses

200 OK
304 Not Modified
401 Unauthorized – Invalid or missing API key
404 Not Found

Try it