Method: tasklists.get
पुष्टि किए गए उपयोगकर्ता की तय की गई टास्क की सूची लौटाता है.
एचटीटीपी अनुरोध
GET https://tasks.googleapis.com/tasks/v1/users/@me/lists/{tasklist}
यूआरएल, gRPC ट्रांसकोडिंग सिंटैक्स का इस्तेमाल करता है.
पाथ के पैरामीटर
पैरामीटर |
tasklist |
string
टास्क सूची का आइडेंटिफ़ायर.
|
अनुरोध का मुख्य भाग
अनुरोध का मुख्य हिस्सा खाली होना चाहिए.
जवाब का मुख्य हिस्सा
कामयाब रहने पर, जवाब के मुख्य हिस्से में TaskList
का एक इंस्टेंस शामिल किया जाता है.
अनुमति देने के दायरे
इनमें से कोई एक OAuth स्कोप ज़रूरी है:
https://www.googleapis.com/auth/tasks
https://www.googleapis.com/auth/tasks.readonly
ज़्यादा जानकारी के लिए, अनुमति देने से जुड़ी गाइड देखें.
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-09-05 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-09-05 (UTC) को अपडेट किया गया."],[[["Retrieves the authenticated user's specified task list using a GET request."],["Requires a task list identifier as a path parameter."],["Returns a TaskList object if successful, providing details of the requested task list."],["Needs authorization with specific OAuth scopes for accessing and/or modifying task lists."]]],["This document details retrieving a specific task list for an authenticated user. The core action is a `GET` request to `https://tasks.googleapis.com/tasks/v1/users/@me/lists/{tasklist}`. The `tasklist` parameter, a string, is required in the URL path. The request body must be empty. A successful response returns a `TaskList` object. Authorization requires either the `https://www.googleapis.com/auth/tasks` or `https://www.googleapis.com/auth/tasks.readonly` OAuth scope.\n"]]