[[["เข้าใจง่าย","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-04 UTC"],[[["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"]]