Condition REST Endpoints

Condition
The operations from the Condition category.
Create a condition
Method: post
Path: /Condition
Get a condition by ID
Method: get
Path: /Condition/{ID}
Get a list of conditions
Method: get
Path: /Condition
Update a condition
Method: put
Path: /Condition/{ID}