Observation REST Endpoints

Observation
The operations from the Observation category.
Create an observation
Method: post
Path: /Observation
Get a list of observations
Method: get
Path: /Observation
Get an observation by ID
Method: get
Path: /Observation/{ID}
Update an observation
Method: put
Path: /Observation/{ID}