action loket_get_signature_report_by_concept_employee_id_and_document_id { label: "Retrieve the report of the signing - Conceptemployee" description: "__Activity name :__ GetSignatureReportByConceptEmployeeIdAndDocumentId\n\n__Metadata:__ No metadata available.\n\nReport of the signature.\n" provider: loket method: GET path: "/providers/employers/conceptemployees/{conceptEmployeeId}/documents/{documentId}/signature/report" encoding: json input: { type: "object" properties: { Accept: { type: "string" } Authorization: { type: "string" } conceptEmployeeId: { type: "string" format: "uuid" } documentId: { type: "string" } } required: ["Accept", "Authorization", "conceptEmployeeId", "documentId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }