Printago API
GET
/v1/maintenance/items
List maintenance items
List all maintenance items for the store
Response Schema
Response
value
object[]
Example Response
200 OK — application/json
[
{
"name": "string",
"interval": 1,
"warningThresholdPct": 1,
"isSystemDefault": true,
"id": "string",
"storeId": "string",
"createdAt": "2026-08-24T03:58:55.529Z",
"updatedAt": "2026-08-24T03:58:55.529Z"
}
]