What is APP ID in MENDIX Project?

0
I would like to use the TEAM SERVER API to retrieve branch from team server for continuous Deployment using build and deploy API available.Please help, where can I found the APP ID in Mendix portal? or Any link to explain how the continuous deployment for various environments can be done automatically after the new code checked into team-server. Thanks in Advance!
asked
1 answers
3

See this documentation page: https://world.mendix.com/display/apidocs/Deploy+API#DeployAPI-Retrieveapps The call:

HTTP Method: GET
URL: https://deploy.mendix.com/api/1/apps/

Will return the names and appid's for the apps the user performing the get call has access to.

answered