action loket_get_signature_by_employment_id_and_document_id { label: "Signature details - Employment" description: "__Activity name :__ GetSignatureByEmploymentIdAndDocumentId\n\n__Metadata:__ No metadata available.\n\nRetrieve the status of the signing.\n" provider: loket method: GET path: "/providers/employers/employees/employments/{employmentId}/documents/{documentId}/signature" 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 } }