[[["容易理解","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-03-13 (世界標準時間)。"],[[["Retrieves an event ticket object using its unique object ID."],["Uses a `GET` request with the object ID specified as a path parameter."],["Requires an empty request body."],["Returns an `EventTicketObject` on successful execution."],["Needs `wallet_object.issuer` OAuth scope for authorization."]]],["The core content describes retrieving an event ticket object using a `GET` request to a specific URL: `https://walletobjects.googleapis.com/walletobjects/v1/eventTicketObject/{resourceId}`. The `{resourceId}` path parameter, a unique string identifier, is required. The request body must be empty. A successful request returns an `EventTicketObject`. This process requires `https://www.googleapis.com/auth/wallet_object.issuer` authorization. The `resourceId` follows a specific format, `issuer ID.identifier`, including only alphanumeric characters, '.', '_', or '-'.\n"]]