Get Commit By Tag
Returns the commit pointed to by the tag. Throws if the tag doesn’t exist.
Path parameters
resourceRid
tagName
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
This endpoint returns an object.
id
40 hex character unique identifier.
resourceRid
message
isWorkingState
A working state commit is created via the saveWorkingState
endpoint
and is non-permanent. In the future, it may be compacted and not exist.
committedBy
committedAt
parentCommit
40 hex character unique identifier.
mergeParentCommit
40 hex character unique identifier.