OHDSI Home | Forums | Wiki | Github

How to determine which version of atlas is use

How can I determine which version of atlas is use ?

Hello @lyndon,

You can try accessing WebAPI’s info endpoint (by adding /WebAPI/info to ATLAS URL) to get installation info in JSON format, including the version. Here’s an example for OHDSI demo instance: https://atlas-demo.ohdsi.org/WebAPI/info.

t