Maintenance occurrences
Gets a maintenance occurrence details
Gets a maintenance occurrence details specified by its identifier.
get/maintenance.occurrences/{id}
Path parameters
idinteger required
Response
Successful HTTP Response
Example response
{
"occurrence": {
"id": 57,
"maintenanceid": 44,
"from": 1501714800,
"to": 1501719300
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.