Method: notes.list
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
নোট তালিকাভুক্ত করুন।
প্রতিটি তালিকা কল ফলাফলের একটি পৃষ্ঠা ফেরত আইটেমগুলির উপরের সীমা হিসাবে pageSize
দিয়ে দেয়। শূন্যের একটি pageSize
সার্ভারকে উপরের বাউন্ড বেছে নিতে দেয়।
ListNotesResponse-এ সর্বাধিক pageSize
এন্ট্রি থাকে। তালিকাভুক্ত করার জন্য আরও কিছু বাকি থাকলে, এটি একটি nextPageToken
মান প্রদান করে। (পৃষ্ঠা টোকেনগুলি অস্বচ্ছ মান।)
ফলাফলের পরবর্তী পৃষ্ঠাটি পেতে, ফলাফলের nextPageToken
পরবর্তী অনুরোধের pageToken
অনুলিপি করুন। ফলাফলের একটি পৃষ্ঠা খালি না হওয়া পর্যন্ত nextPageToken
করুন।
notes.list সমসাময়িক পরিবর্তনের মুখে সামঞ্জস্যপূর্ণ ফলাফল প্রদান করে, বা সংকেত দেয় যে এটি একটি বাতিল ত্রুটির সাথে পারে না।
HTTP অনুরোধ
GET https://keep.googleapis.com/v1/notes
URL gRPC ট্রান্সকোডিং সিনট্যাক্স ব্যবহার করে।
ক্যোয়ারী প্যারামিটার
পরামিতি |
---|
pageSize | integer সর্বোচ্চ সংখ্যক ফলাফল ফেরত দিতে হবে। |
pageToken | string পূর্ববর্তী পৃষ্ঠার nextPageToken ক্ষেত্র। |
filter | string তালিকা ফলাফলের জন্য ফিল্টার. কোনো ফিল্টার সরবরাহ করা না হলে, trashed ফিল্টারটি ডিফল্টরূপে প্রয়োগ করা হয়। ফিল্টার করার জন্য বৈধ ক্ষেত্রগুলি হল: createTime , updateTime , trashTime , এবং trashed ৷ ফিল্টার সিনট্যাক্স Google AIP ফিল্টারিং বৈশিষ্ট্য অনুসরণ করে। |
শরীরের অনুরোধ
অনুরোধের বডি খালি হতে হবে।
প্রতিক্রিয়া শরীর
নোট একটি পৃষ্ঠা তালিকা যখন প্রতিক্রিয়া.
সফল হলে, প্রতিক্রিয়া বডিতে নিম্নলিখিত কাঠামোর সাথে ডেটা থাকে:
JSON প্রতিনিধিত্ব |
---|
{
"notes": [
{
object (Note )
}
],
"nextPageToken": string
} |
ক্ষেত্র |
---|
notes[] | object ( Note ) নোটের একটি পৃষ্ঠা। |
nextPageToken | string পরবর্তী পৃষ্ঠার pageToken ক্ষেত্র। |
অনুমোদনের সুযোগ
নিম্নলিখিত OAuth সুযোগগুলির মধ্যে একটি প্রয়োজন:
-
https://www.googleapis.com/auth/keep
-
https://www.googleapis.com/auth/keep.readonly
আরও তথ্যের জন্য, অনুমোদন নির্দেশিকা দেখুন।
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-25 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-25 UTC-তে শেষবার আপডেট করা হয়েছে।"],[],[],null,["# Method: notes.list\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.ListNotesResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n\nLists notes.\n\nEvery list call returns a page of results with `pageSize` as the upper bound of returned items. A `pageSize` of zero allows the server to choose the upper bound.\n\nThe ListNotesResponse contains at most `pageSize` entries. If there are more things left to list, it provides a `nextPageToken` value. (Page tokens are opaque values.)\n\nTo get the next page of results, copy the result's `nextPageToken` into the next request's `pageToken`. Repeat until the `nextPageToken` returned with a page of results is empty.\n\nnotes.list return consistent results in the face of concurrent changes, or signals that it cannot with an ABORTED error.\n\n### HTTP request\n\n`GET https://keep.googleapis.com/v1/notes`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Query parameters\n\n| Parameters ||\n|-------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `pageSize` | `integer` The maximum number of results to return. |\n| `pageToken` | `string` The previous page's `nextPageToken` field. |\n| `filter` | `string` Filter for list results. If no filter is supplied, the `trashed` filter is applied by default. Valid fields to filter by are: `createTime`, `updateTime`, `trashTime`, and `trashed`. Filter syntax follows the [Google AIP filtering spec](https://aip.dev/160). |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nThe response when listing a page of notes.\n\nIf successful, the response body contains data with the following structure:\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------|\n| ``` { \"notes\": [ { object (/workspace/keep/api/reference/rest/v1/notes#Note) } ], \"nextPageToken\": string } ``` |\n\n| Fields ||\n|-----------------|----------------------------------------------------------------------------------------|\n| `notes[]` | `object (`[Note](/workspace/keep/api/reference/rest/v1/notes#Note)`)` A page of notes. |\n| `nextPageToken` | `string` Next page's `pageToken` field. |\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/keep`\n- `https://www.googleapis.com/auth/keep.readonly`\n\nFor more information, see the [Authorization guide](/workspace/guides/configure-oauth-consent)."]]