उसे चालू और समयसीमा खत्म न हुआ रजिस्ट्रेशन टोकन मिलता है. रजिस्ट्रेशन टोकन का कुछ हिस्सा दिखाया जाता है. सिर्फ़ इन फ़ील्ड में जानकारी अपने-आप भर जाती है: name, expirationTimestamp, allowPersonalUsage, value, qrCode. इस तरीके का मकसद, चालू रजिस्ट्रेशन टोकन के लाइफ़साइकल को मैनेज करना है. सुरक्षा से जुड़ी वजहों से, हमारा सुझाव है कि delete रजिस्ट्रेशन के लिए इस्तेमाल किए जा रहे टोकन को तब ही हटाएं, जब उनका इस्तेमाल नहीं किया जाना है.
एचटीटीपी अनुरोध
GET https://androidmanagement.googleapis.com/v1/{name=enterprises/*/enrollmentTokens/*}
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eRetrieves an active enrollment token with specific fields populated for management purposes.\u003c/p\u003e\n"],["\u003cp\u003eUses a \u003ccode\u003eGET\u003c/code\u003e request with the enrollment token's name specified in the URL path.\u003c/p\u003e\n"],["\u003cp\u003eRequires an empty request body and returns an \u003ccode\u003eEnrollmentToken\u003c/code\u003e object on success.\u003c/p\u003e\n"],["\u003cp\u003eNeeds the \u003ccode\u003ehttps://www.googleapis.com/auth/androidmanagement\u003c/code\u003e OAuth scope for authorization.\u003c/p\u003e\n"],["\u003cp\u003eRecommends deleting active enrollment tokens when they are no longer needed for security.\u003c/p\u003e\n"]]],["This describes retrieving an active, unexpired enrollment token via a `GET` HTTP request to a specified URL. The request requires a `name` parameter in the URL, formatted as `enterprises/{enterpriseId}/enrollmentTokens/{enrollmentTokenId}`, and an empty request body. The successful response provides a partial view of the `EnrollmentToken`, including fields like `name`, `expirationTimestamp`, and `value`. It needs OAuth scope `https://www.googleapis.com/auth/androidmanagement` and suggests deleting tokens after use.\n"],null,[]]