ProjectId in java

0
Is the projectId that can be obtained in java when using Core.getProjectId() also visible somewhere else? For example on the https://sprintr.home.mendix.com website? Or if we turn it around, is the "App ID" from the  https://sprintr.home.mendix.com website (under general) available in java?  I would like to match a unique project id.
asked
1 answers
0

The AppID, available from sprintr is used in the build api e.g.

The projectid is used in the stories api e.g.

See https://docs.mendix.com/apidocs-mxsdk/apidocs/

As far as I can determine there is no way to retrieve the AppID from java and the projectid is not available from the sprinter platform (this is an internally used id).

answered