Retrieving the system repository
GET ot-base/api/v1/systems
Returns a list with all systems in the system repository.
Retrieving location data for a single system
GET ot-base/api/v1/systems/{systemId}
Data for a particular system can be retrieved by addressing the system as a sub-resource of the systems resource. Note that you can only use system IDs, but not system names.
Updating system data, and creating a new system
POST ot-base/api/v1/systems/{systemId}
Data for a particular system can be updated with a POST command.
If the system ID supplied with the command doesn't exist, a new system is created.
Comments
0 comments
Please sign in to leave a comment.