Maintenance
Get a specific maintenance
Get a specific maintenance by ID.<br>You must have at least one of these scopes: 'maintenances.read, maintenances.manage'.
get/operations/v1/maintenances/{id}
Path parameters
idstring required
The ID of the maintenance.
Query parameters
expandstring[]
List of all embedded resources that should be expanded in the response. Possible values are: unit. All other values will be silently ignored.
Response
Return all the data for the maintenance.
Example response
{
"id": "APALEO.API.MODULES.COMMON.MODELS.REFERENCES.EMBEDDEDUNITMODEL-SGHZD",
"unit": {
"id": "MUC-JQI",
"name": "A.102",
"description": "Double room",
"unitGroupId": "MUC-DBL"
},
"from": "2026-09-01T13:48:09+02:00",
"to": "2026-09-03T13:48:09+02:00",
"type": "OutOfService",
"description": "The remote control for the TV needs to be replaced."
}Changes
No recorded changes to this endpoint across all 1 revision of this API.