टास्क के पैरामीटर का इस्तेमाल करें
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
ज़्यादातर Google API के साथ इस्तेमाल किए जा सकने वाले स्टैंडर्ड क्वेरी पैरामीटर के अलावा, Tasks पैरामीटर का एक सेट भी होता है.
नीचे दिए टेबल में, अनुरोध के पैरामीटर के बारे में खास जानकारी दी गई है. ये पैरामीटर, Google Tasks API में सिर्फ़ खास कार्रवाइयों पर लागू होते हैं. सभी पैरामीटर वैल्यू, यूआरएल के लिए कोड में बदली गई होनी चाहिए.
पैरामीटर |
मतलब |
नोट |
लागू होने की शर्तें |
completedMax |
टास्क को पूरा करने की तारीख (आरएफ़सी 3339 टाइमस्टैंप के तौर पर) के लिए ऊपरी सीमा, जिसके मुताबिक फ़िल्टर करना है. |
- डिफ़ॉल्ट:
completedMax=2031-01-01
- आरएफ़सी 3339 के टाइमस्टैंप का इस्तेमाल करें. उदाहरण के लिए:
2010-08-09T10:57:00.000-08:00
|
- टास्क वापस लाए जा रहे हैं
|
completedMin |
आरएफ़सी 3339 टाइमस्टैंप के तौर पर, टास्क के पूरा होने की तारीख की निचली सीमा के हिसाब से फ़िल्टर करें. |
- डिफ़ॉल्ट:
completedMin=1970-01-01
- आरएफ़सी 3339 के टाइमस्टैंप का इस्तेमाल करें. उदाहरण के लिए:
2010-08-09T10:57:00.000-08:00
|
- टास्क वापस लाए जा रहे हैं
|
dueMax |
आरएफ़सी 3339 टाइमस्टैंप के हिसाब से, टास्क की आखिरी तारीख के हिसाब से फ़िल्टर किया जा सकता है. |
- डिफ़ॉल्ट:
dueMax=2031-01-01
- आरएफ़सी 3339 के टाइमस्टैंप का इस्तेमाल करें. उदाहरण के लिए:
2010-08-09T10:57:00.000-08:00
|
- टास्क वापस लाए जा रहे हैं
|
dueMin |
आरएफ़सी 3339 के टाइमस्टैंप के हिसाब से, टास्क की आखिरी तारीख के लिए निचली सीमा के हिसाब से फ़िल्टर करें. |
- डिफ़ॉल्ट:
dueMin=1970-01-01
- आरएफ़सी 3339 के टाइमस्टैंप का इस्तेमाल करें. उदाहरण के लिए:
2010-08-09T10:57:00.000-08:00
|
- टास्क वापस लाए जा रहे हैं
|
maxResults |
इस अनुरोध के साथ लौटाए जाने वाले एलिमेंट की ज़्यादा से ज़्यादा संख्या. |
- डिफ़ॉल्ट:
maxResults=20
- ज़्यादा से ज़्यादा इतनी वैल्यू की अनुमति दी जा सकती है:
maxResults=100.
|
- उपयोगकर्ता की काम की सूचियां वापस पाना
- टास्क वापस लाए जा रहे हैं
|
pageToken |
टोकन से पता चलता है कि नतीजे का पेज क्या है. |
- डिफ़ॉल्ट तौर पर, पहले पेज को दिखाया जाता है.
|
- उपयोगकर्ता की काम की सूचियां वापस पाना
- टास्क वापस लाए जा रहे हैं
|
parent |
टास्क के पैरंट टास्क का आईडी डालें. |
- कोई भी पैरामीटर, किसी टास्क को शामिल करने या टास्क की सूची में सबसे ऊपर जाने का संकेत नहीं देता.
|
- टास्क बनाना
- किसी टास्क का ऑर्डर देना
|
previous |
टास्क का पिछला टास्क आईडी डालें. |
- कोई भी पैरामीटर, उप-सूची में शामिल किए जाने या मूव करने के क्रम को नहीं दिखाता.
|
- टास्क बनाना
- किसी टास्क का ऑर्डर देना
|
showCompleted |
बताएं कि पूरे हो चुके टास्क दिखाए जाएं या नहीं. |
- डिफ़ॉल्ट:
showCompleted=true
|
- टास्क वापस लाए जा रहे हैं
|
showDeleted |
बताएं कि मिटाए गए टास्क दिखाने हैं या नहीं. |
- डिफ़ॉल्ट:
showDeleted=false
|
- टास्क वापस लाए जा रहे हैं
|
showHidden |
बताएं कि छिपे हुए टास्क दिखाने हैं या नहीं. |
|
- टास्क वापस लाए जा रहे हैं
|
updatedMin |
आरएफ़सी 3339 के टाइमस्टैंप के हिसाब से, टास्क के पिछले बदलाव के समय की निचली सीमा के हिसाब से फ़िल्टर करें. |
- आरएफ़सी 3339 के टाइमस्टैंप का इस्तेमाल करें. उदाहरण के लिए:
2010-08-09T10:57:00.000-08:00Z .
- डिफ़ॉल्ट रूप से, बदलाव करने के समय के हिसाब से फ़िल्टर नहीं किया जाना चाहिए.
|
- टास्क वापस लाए जा रहे हैं
|
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-08-29 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-08-29 (UTC) को अपडेट किया गया."],[],[],null,["# Use Tasks Parameters\n\nIn addition to the standard query parameters that can be used with most Google APIs, there is a set of Tasks parameters.\n\nRequest parameters that apply only to specific operations in the Google Tasks API are summarized in the following table. All parameter values need to be URL encoded.\n\n| Parameter | Meaning | Notes | Applicability |\n|-----------------|------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------|\n| `completedMax` | Upper bound for a task's completion date (as an RFC 3339 timestamp) to filter by. | - Default: `completedMax=2031-01-01` - Use the RFC 3339 timestamp format. For example: `2010-08-09T10:57:00.000-08:00` | - Retrieving tasks |\n| `completedMin` | Lower bound for a task's completion date (as an RFC 3339 timestamp) to filter by. | - Default: `completedMin=1970-01-01` - Use the RFC 3339 timestamp format. For example: `2010-08-09T10:57:00.000-08:00` | - Retrieving tasks |\n| `dueMax` | Upper bound for a task's due date (as an RFC 3339 timestamp) to filter by. | - Default: `dueMax=2031-01-01` - Use the RFC 3339 timestamp format. For example: `2010-08-09T10:57:00.000-08:00` | - Retrieving tasks |\n| `dueMin` | Lower bound for a task's due date (as an RFC 3339 timestamp) to filter by. | - Default: `dueMin=1970-01-01` - Use the RFC 3339 timestamp format. For example: `2010-08-09T10:57:00.000-08:00` | - Retrieving tasks |\n| `maxResults` | The maximum number of elements to return with this request. | - Default: `maxResults=20` - Maximum allowable value: `maxResults=100.` | - Retrieving a user's task lists - Retrieving tasks |\n| `pageToken` | Token specifying the result page to return. | - The default is to return the first page. | - Retrieving a user's task lists - Retrieving tasks |\n| `parent` | Specify the task's parent task ID. | - No parameter indicates an insertion or a move to the top level of the task list. | - Creating a task - Ordering a task |\n| `previous` | Specify the task's previous task ID. | - No parameter indicates an insertion or a move to the first position in the sublist. | - Creating a task - Ordering a task |\n| `showCompleted` | Specify whether or not to show completed tasks. | - Default: `showCompleted=true` | - Retrieving tasks |\n| `showDeleted` | Specify whether or not to show deleted tasks. | - Default: `showDeleted=false` | - Retrieving tasks |\n| `showHidden` | Specify whether or not to show hidden tasks. | - Default: `showHidden=true` | - Retrieving tasks |\n| `updatedMin` | Lower bound for a task's last modification time (as an RFC 3339 timestamp) to filter by. | - Use the RFC 3339 timestamp format. For example: `2010-08-09T10:57:00.000-08:00Z`. - The default is not to filter by last modification time. | - Retrieving tasks |"]]