একটি বস্তুর অনন্য শনাক্তকারী। এই আইডিটি অবশ্যই একটি ইস্যুকারীর সমস্ত বস্তু জুড়ে অনন্য হতে হবে। এই মানটিকে issuerID.identifier ফর্ম্যাট অনুসরণ করতে হবে যেখানে Google দ্বারা issuerID জারি করা হয় এবং identifier আপনি বেছে নেন। অনন্য শনাক্তকারী শুধুমাত্র আলফানিউমেরিক অক্ষর অন্তর্ভুক্ত করতে পারে, . , _ , বা - ।
শরীরের অনুরোধ
অনুরোধের বডি খালি হতে হবে।
প্রতিক্রিয়া শরীর
সফল হলে, প্রতিক্রিয়া বডিতে GenericObject এর একটি উদাহরণ থাকে।
[[["সহজে বোঝা যায়","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"]],["2024-11-12 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["Retrieves a generic object using its unique identifier."],["The object ID must follow a specific format: `issuerID.identifier`."],["An empty request body is required."],["Successful responses return a GenericObject instance."],["Requires `https://www.googleapis.com/auth/wallet_object.issuer` authorization scope."]]],["The core content describes retrieving a generic object using a `GET` request to a specific URL. The URL, utilizing gRPC Transcoding syntax, includes a `resourceId` path parameter, which is a unique identifier formatted as `issuerID.identifier`. The request body must be empty. A successful request returns a `GenericObject` instance. The operation requires OAuth scope `https://www.googleapis.com/auth/wallet_object.issuer`. No specific information is provide for HTTP request, path parameters, request body or response body.\n"]]