The App ID used to uniquely identify the Mendix app. The App ID can be found in the Developer Portal under the General Settings page of the app.
Note: the App ID is sometimes also called Project ID.
Gets information about a specific branch of the version control model repository for a Mendix app.
The name of the branch for which to return information.
The name of the default branch is "trunk"
for Subversion repositories and "main"
for Git repositories. To specify a non-default branch for a Subversion repository, the branch name must begin with the "branches/"
prefix.
Information about a specific branch of the version control model repository for a Mendix app.
Gets information about the commits of a specific branch of the version control model repository for a Mendix app. Commits are returned in reverse chronological order, starting from the head of the branch all the way to the first commit of the model repository. The response is paginated using cursor-based pagination.
The name of the branch for which to return information.
The name of the default branch is "trunk"
for Subversion repositories and "main"
for Git repositories. To specify a non-default branch for a Subversion repository, the branch name must begin with the "branches/"
prefix.
Query parameters.
Information about the commits of a specific branch of the version control model repository for a Mendix app.
Gets information about the branches of the version control model repository for a Mendix app. The response is paginated using cursor-based pagination.
Query parameters.
Information about the branches of the version control model repository for a Mendix app.
Get generic information about the model repository.
Generic information about the model repository.
Generated using TypeDoc
The object API of a model repository, which can be used to get info about its branches and commits.