Condition Events REST Endpoints

Maintenance/Maintenance Programs/Work Requirements/Condition Events
The Condition Events resource allows defining condition events in a maintenance program. Condition events are used by IoT (Internet of Things) to create incident based work orders.
Create an event
Method: post
Path: /fscmRestApi/resources/11.13.18.05/maintenancePrograms/{MaintenanceProgramId}/child/workRequirements/{WorkRequirementId}/child/conditionEvents
Delete an event
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/maintenancePrograms/{MaintenanceProgramId}/child/workRequirements/{WorkRequirementId}/child/conditionEvents/{ConditionEventId}
Get all events
Method: get
Path: /fscmRestApi/resources/11.13.18.05/maintenancePrograms/{MaintenanceProgramId}/child/workRequirements/{WorkRequirementId}/child/conditionEvents
Get one event
Method: get
Path: /fscmRestApi/resources/11.13.18.05/maintenancePrograms/{MaintenanceProgramId}/child/workRequirements/{WorkRequirementId}/child/conditionEvents/{ConditionEventId}
Update an event
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/maintenancePrograms/{MaintenanceProgramId}/child/workRequirements/{WorkRequirementId}/child/conditionEvents/{ConditionEventId}