Bir nesnenin benzersiz tanımlayıcısıdır. Bu kimlik, bir verenin tüm nesneleri genelinde benzersiz olmalıdır. Bu değer issuer ID biçiminde olmalıdır.identifier: İlk sertifika Google tarafından verilir, ikincisini siz seçersiniz. Benzersiz tanımlayıcınız yalnızca alfanümerik karakterler, '.', '_' veya '-' içermelidir.
İstek içeriği
İstek metni boş olmalıdır.
Yanıt metni
Başarılıysa yanıt metni, EventTicketObject öğesinin bir örneğini içerir.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2025-03-13 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"]]