Get project git log
GET/api/get_project_git_log/:guid
Returns the git commit history for a project. When both workflow_guid
and node_guid are given, the log is scoped to commits touching that
node's directory; otherwise it covers the whole project. By default the
log reflects the current user's own dev clone, unless hub is true, in
which case it reflects the shared hub repository instead.
Request
Responses
- 200
- 400
- 404
- 422
Successful Response
Invalid path segment
Project not found
Validation Error