action exlibrisgroup_get_almaws_v1_task_lists_printouts_printout_id { label: "Retrieve a Printout" description: "This Web service returns a Printout given a Printout ID." provider: exlibrisgroup method: GET path: "/almaws/v1/task-lists/printouts/{printout_id}" encoding: json input: { type: "object" properties: { printout_id: { type: "string" } } required: ["printout_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }