# Retrieve a document entity. Use this endpoint to retrieve a document information. Endpoint: GET /documents/{uuid} Version: 1.0.0 Security: ## Path parameters: - `uuid` (string, required) Document identifier ## Response 200 fields (application/json): - `uuid` (string) Document unique identifier. - `createdAt` (string) Document creation date. - `updatedAt` (string) Document update date. - `encounteredAt` (string,null) Document operation/cone beam specific date. - `user` (object) - `user.uuid` (string) User unique identifier. - `user.email` (string, required) User email address. - `user.createdAt` (string) User creation date. - `user.updatedAt` (string) User update date. - `user.firstName` (string,null, required) User first name. - `user.lastName` (string,null, required) User last name. - `user.gender` (string,null, required) User gender. Enum: "female", "male", "unknown", null - `user.phone` (string,null, required) User phone number. Example: "+33757590893" - `user.rpps` (string,null) User RPPS number (France). Example: "10101748050" - `user.am` (string,null) User AM number (France). Example: "394003552" - `patient` (object) - `patient.uuid` (string) Patient unique identifier. - `patient.firstName` (string,null, required) Patient first name. - `patient.lastName` (string,null, required) Patient last name. - `patient.languageSpoken` (string) Patient language. - `patient.createdAt` (string) Patient creation date. - `patient.updatedAt` (string) Patient update date. - `patient.synchronizedAt` (string,null) Patient synchronization date. - `patient.dateOfBirth` (string,null) Patient date of birth. - `patient.gender` (string,null) Patient gender. Enum: "female", "male", "unknown", null - `patient.visibilityOption` (string,null) Enum: "shared", "private", null - `patient.email` (string,null) Patient email address. - `patient.phone` (string,null) Patient phone number. Example: "+33757590893" - `patient.anonymousCode` (string,null) Patient anonymous code. - `audio` (any) - `type` (string,null) Document type. Enum: "operative_report", "referral_letter", "cone_beam_report", "patient_letter", "prescription", "initial_medical_certificate", "attendance_certificate", "contraindication_certificate", "lab_slip", "endo_report", "ortho_letter", null - `pdf` (any) - `isAnonymized` (boolean) Document anonymization status. ## Response 403 fields (application/ld+json): - `@context` (any) - `@id` (string, required) - `@type` (string, required) - `title` (string) A short, human-readable summary of the problem. - `detail` (string) A human-readable explanation specific to this occurrence of the problem. - `status` (number) - `instance` (string,null) A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced. - `type` (string) A URI reference that identifies the problem type - `description` (string,null) ## Response 404 fields (application/ld+json): - `@context` (any) - `@id` (string, required) - `@type` (string, required) - `title` (string) A short, human-readable summary of the problem. - `detail` (string) A human-readable explanation specific to this occurrence of the problem. - `status` (number) - `instance` (string,null) A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced. - `type` (string) A URI reference that identifies the problem type - `description` (string,null)