action loket_get_signature_by_concept_employee_id_and_document_id { label: "Signature details - Conceptemployee" description: "__Activity name :__ GetSignatureByConceptEmployeeIdAndDocumentId\n\n__Metadata:__ No metadata available.\n\nRetrieve the status of the signing.\n" provider: loket method: GET path: "/providers/employers/conceptemployees/{conceptEmployeeId}/documents/{documentId}/signature" 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 } }