Notes Read
deprecated
Read the Git note attached to a commit or other Git object SHA. Notes let you store review status, handoff details, or other context without changing repository contents.
Deprecated: Use /api/repos/{repo_name}/notes instead.
GET
Notes Read
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Git object SHA whose note should be fetched.
Response
The note stored for the requested Git object.
A single Git note attached to a commit, including the current notes ref tip.
Notes Read