Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Note

resourceVersion property on all the Resources is 1.9, where as resourceVersion property for other OpenMRS REST resources is 1.8

Location

URLs

urldescription
GET /ws/rest/v1/location?qFetch all non-retired that match this parameter
GET /ws/rest/v1/location/\{uuid\}Fetch by unique uuid
GET /ws/rest/v1/locationFetch all non-retired
POST /ws/rest/v1/locationCreate with properties in request
POST /ws/rest/v1/location/\{uuid\}Edit with given uuid, only modifying properties in request
DELETE /ws/rest/v1/location/\{uuid\}?!purgeDelete this object from the database
DELETE /ws/rest/v1/location/\{uuid\}?purgeDelete this object from the database

...

urldescription
GET /ws/rest/v2v1/location/\{parentUuid\}/attribute/\{uuid\}Fetch by unique uuid
GET /ws/rest/v2v1/location/\{parentUuid\}/attributeFetch all non-retired
POST /ws/rest/v2v1/location/\{parentUuid\}/attributeCreate with properties in request
POST /ws/rest/v2v1/location/\{parentUuid\}/attribute/\{uuid\}Edit with given uuid, only modifying properties in request
DELETE /ws/rest/v2v1/location/\{parentUuid\}/attribute/\{uuid\}?!purgeDelete this object from the database
DELETE /ws/rest/v2v1/location/\{parentUuid\}/attribute/\{uuid\}?purgeDelete this object from the database

...