v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-1361617.2 KB
notes

Lists notes. Every list call returns a page of results with page_size as the upper bound of returned items. A page_size of zero allows the server to choose the upper bound. The ListNotesResponse contains at most page_size entries. If there are more things left to list, it provides a next_page_token value. (Page tokens are opaque values.) To get the next page of results, copy the result's next_page_token into the next request's page_token. Repeat until the next_page_token returned with a page of results is empty. ListNotes return consistent results in the face of concurrent changes, or signals that it cannot with an ABORTED error.

get/v1/notes

Query parameters

filterstring

Filter for list results. If no filter is supplied, the trashed filter is applied by default. Valid fields to filter by are: create_time, update_time, trash_time, and trashed. Filter syntax follows the Google AIP filtering spec.

pageSizeinteger

The maximum number of results to return.

pageTokenstring

The previous page's next_page_token field.

Response

Successful response

All 6 operations