[[["容易理解","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-25 (世界標準時間)。"],[[["\u003cp\u003eRetrieves a gift card object using its unique object ID.\u003c/p\u003e\n"],["\u003cp\u003eThe request requires an empty body and uses the \u003ccode\u003eGET\u003c/code\u003e HTTP method.\u003c/p\u003e\n"],["\u003cp\u003eSuccessful responses will contain a \u003ccode\u003eGiftCardObject\u003c/code\u003e in the response body.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization requires the \u003ccode\u003ehttps://www.googleapis.com/auth/wallet_object.issuer\u003c/code\u003e scope.\u003c/p\u003e\n"],["\u003cp\u003eThe object ID must follow a specific format and should be unique across all issuer objects.\u003c/p\u003e\n"]]],["The core content describes retrieving a gift card object using a GET request. The request URL is `https://walletobjects.googleapis.com/walletobjects/v1/giftCardObject/{resourceId}`, where `{resourceId}` is a unique identifier composed of an issuer ID and a chosen identifier. The request body must be empty. A successful request returns a `GiftCardObject`. Authorization requires the `https://www.googleapis.com/auth/wallet_object.issuer` OAuth scope. The format of the identifier should include alphanumeric characters, '.', '_', or '-'.\n"],null,["- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n\nReturns the gift card object with the given object ID.\n\nHTTP request\n\n`GET https://walletobjects.googleapis.com/walletobjects/v1/giftCardObject/{resourceId}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\nPath parameters\n\n| Parameters ||\n|--------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `resourceId` | `string` The unique identifier for an object. This ID must be unique across all objects from an issuer. This value should follow the format \u003cvar translate=\"no\"\u003eissuer ID\u003c/var\u003e.\u003cvar translate=\"no\"\u003eidentifier\u003c/var\u003e where the former is issued by Google and latter is chosen by you. Your unique identifier should only include alphanumeric characters, '.', '_', or '-'. |\n\nRequest body\n\nThe request body must be empty.\n\nResponse body\n\nIf successful, the response body contains an instance of [GiftCardObject](/wallet/reference/rest/v1/giftcardobject#GiftCardObject).\n\nAuthorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/wallet_object.issuer`"]]