action loket_get_wachtgeld_by_wachtgeld_id { label: "Details of wachtgeld" description: "__Activity name :__ GetWachtgeldByWachtgeldId\n\nGet the details of a wachtgeld record\n" provider: loket method: GET path: "/providers/employers/employees/employments/wachtgeld/{wachtegeldenId}" encoding: json input: { type: "object" properties: { Accept: { type: "string" } Authorization: { type: "string" } wachtegeldenId: { type: "string" } wachtgeldId: { type: "string" format: "uuid" } } required: ["Accept", "Authorization", "wachtegeldenId", "wachtgeldId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }