url for local host API

what is the url for the localhost API

Could you explain more on this or could you be looking for something like localhost:8080/openmrs

if it picks the Api. I just need the Api that’s connected to the local host. one I can test on maybe postman and I see the json data for a certain endpoint. I want my UI to point to the localhost.

Does https:rest.openmrs.org help

I need one on the local host

Please use this documentation for different end points OpenMRS Docs Locally you could reach person end point using: localhost:8080/openmrs/ws/rest/v1/person/:target_person_uuid/name

thanks a lot @abertnamanya…thats what i was looking for

1 Like