https://api-eu.hosted.exlibrisgroup.com/almaws/v1/task-lists/printoutsThis API returns a list of Printouts.
Printout Name. Optional.
Printout status. Optional. Valid values are: Printed, Pending, Canceled.
Printout Printer
A list of Printout IDs (for example: 123,456,778) from 1 to the limit of 100 Optional. Use of this option overrides all of the filtering parameters
Limits the number of results. Optional. Valid values are 0-100. Default value: 10.
Offset of the results returned. Optional. Default value: 0, which means that the first results will be returned.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request GET \2 --url 'https://api-eu.hosted.exlibrisgroup.com/almaws/v1/task-lists/printouts' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}https://api-eu.hosted.exlibrisgroup.com/almaws/v1/task-lists/printoutsThis API returns a list of Printouts.
Printout Name. Optional.
Printout status. Optional. Valid values are: Printed, Pending, Canceled.
Printout Printer
A list of Printout IDs (for example: 123,456,778) from 1 to the limit of 100 Optional. Use of this option overrides all of the filtering parameters
Limits the number of results. Optional. Valid values are 0-100. Default value: 10.
Offset of the results returned. Optional. Default value: 0, which means that the first results will be returned.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request GET \2 --url 'https://api-eu.hosted.exlibrisgroup.com/almaws/v1/task-lists/printouts' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}