Get Author, Message and Time of a Revision

0
Hi Everyone,   Using Mendix SDK, we are able to retrieve the "workingCopy" and metadata of a revision of a Project. Now we would like to find the "author" of the commit and also its message, date and time. Do you know how to get those infomation by Mendix SDK?     Best regards,
asked
1 answers
3

You could use the Team Server API for this : https://docs.mendix.com/apidocs/team-server-api

answered