Method: notes.get
HTTP request
GET https://keep.googleapis.com/v1/{name=notes/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
name |
string
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.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-04 UTC.
[null,null,["Last updated 2024-09-04 UTC."],[[["Retrieves a specific note using a GET request to the provided URL."],["Requires providing the note's name as a path parameter in the URL."],["An empty request body is necessary, and a successful response returns a \"Note\" object."],["Authorization is required using one of the specified OAuth scopes for either read or write access."]]],[]]