Media Library - Documents
Practice document library — static files (guides, checklists, terms PDFs). Supports multipart upload, metadata updates, deletion (blocked while referenced by workflow email steps), listing with search, and authenticated streaming download. Documents are private and can be pre-specified as attachments on Send Email workflow steps.
-
GET List PracticeDocumentsLists all PracticeDocuments for the given tenant./tenants/{tenant}/practice-documents
-
POST Create Practice DocumentUploads a new document to the practice document library/tenants/{tenant}/practice-documents
-
GET Get PracticeDocumentGets a PracticeDocument for the specified tenant./tenants/{tenant}/practice-documents/{code}
-
PUT Update PracticeDocumentUpdates a PracticeDocument for the specified tenant./tenants/{tenant}/practice-documents/{code}
-
DELETE Delete PracticeDocumentDeletes a practice document and its stored file/tenants/{tenant}/practice-documents/{code}
-
GET Streams practice document content with ETag caching and the original file name. A matching If-None-Match returns 304 without touching blob storage.Streams the practice document file content/tenants/{tenant}/practice-documents/{code}/content