Retrieve cloud version via api

0
Does anyone know how I can retrieve the cloud version for a Mendix app via the mendix api? Cannot find anything for this in the api documentation.
asked
1 answers
0

Hi Sander,

I think that this is not yet implemented. A work-a-round could be to call the Retrieve Environments Tags (or any other GET retrieve that only works on V4). With a proper response you know the environment is running in V4. When receiving a 404 you know the enviroment is not running in V4.

https://docs.mendix.com/apidocs-mxsdk/apidocs/deploy-api#3-21-retrieve-environment-tags-mendix-cloud-v4-only.

Perhaps this could help you.

Cheers,

Jeffrey

answered