Gets a note.
HTTP request
GET https://keep.googleapis.com/v1/{name=notes/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. Name of the resource. |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Note
.
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/keep
https://www.googleapis.com/auth/keep.readonly
For more information, see the Authorization guide.