action loket_get_attachment_of_earnings_by_attachment_of_earnings_id { label: "Get the details of an attachment of earnings record" description: "__Activity name :__ GetAttachmentOfEarningsByAttachmentOfEarningsId\n\nGet the details of an attachment of earnings record\n" provider: loket method: GET path: "/providers/employers/employees/employments/attachmentsofearnings/{attachmentOfEarningsId}" encoding: json input: { type: "object" properties: { Accept: { type: "string" } Authorization: { type: "string" } attachmentOfEarningsId: { type: "string" format: "uuid" } } required: ["Accept", "Authorization", "attachmentOfEarningsId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }