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