Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Bu yöntem, sağlanan bekleme listesi girişi kimliğine göre bir kullanıcı için bekleme listesi girişi döndürür.
İşlem Merkezi, kullanıcının bekleme listesindeki girişiyle ilgili güncellemeler almak için bu işlevi düzenli olarak çağırır. Bekleme listesi girişleri, oluşturulma tarihinden itibaren 30 gün boyunca alınabilir.
İstek
GetWaitlistEntryRequest
Döndürülen değer
GetWaitlistEntryResponse
// Get the waitlist entry corresponding to the provided waitlist entry ID.messageGetWaitlistEntryRequest{// Required. The partner-provided waitlist entry ID to request info for.stringwaitlist_entry_id=1;}// Response with the waitlist entry corresponding to the provided// waitlist entry ID.messageGetWaitlistEntryResponse{// Required. The partner-provided information about a user’s waitlist entry.WaitlistEntrywaitlist_entry=1;}
[[["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: 2024-11-26 UTC."],[[["This method retrieves a user's waitlist entry details based on the provided waitlist entry ID."],["It's used by Actions Center for periodic updates on the waitlist entry status, which should be retrievable for 30 days."],["The request requires a `waitlist_entry_id`, and the response returns a `waitlist_entry` object containing details like wait estimate, state, and state times."],["Sample request and response structures are provided to illustrate the data exchange format."]]],[]]