Query Regarding "/session" REST API for login via mobile client

**Application Name:**OpenMRS Android Client / OpenMRS REST API Version Number: Android Client (v 2.6)

Question: I am working on an implementation of a Android Client for OpenMRS. I found an Android client on https://github.com/openmrs/openmrs-contrib-android-client. It is using this server http://devtest04.openmrs.org:8080/

I need to know what version of the REST module is being used on this server and from where can I download it. Also I was unable to find any references to the “/session” API Endpoint on the docs in the OpenMRS Admin Panel.

Also is there any add on module/extensions that are being used for providing the REST APIs on this server other than the official OpenMRS REST module?

@avijitghosh82 @dkayiwa

Did you take a look at this to get the version of the REST module? http://devtest04.openmrs.org:8080/openmrs/admin/modules/module.list

You can get the latest version of that module from https://github.com/openmrs/openmrs-module-webservices.rest

1 Like

This solves my query…Thank you @dkayiwa.