Project API
Returns the changes between two points. The response from the API is equivalent to running the git log base...head command
get/workspaces/{workspace_domain}/projects/{project_name}/repository/comparison/{base}...{head}
Path parameters
workspace_domainstring required
Example:my-company
The human-readable ID of the workspace
project_namestring required
Example:my-project
The human-readable ID of the project
basestring required
Example:7c4786ffc65816bc3cd2418c3ceeb34134f4b03a
The revision before the first one from the returned list
headstring required
Example:d643744fbe5ebf2906a4d075a5b97110
The last revision in the returned list