روش GetWaitlistEntry
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
این متد بر اساس شناسه (id) ورودی لیست انتظار ارائه شده، یک ورودی در لیست انتظار برای کاربر برمیگرداند. مرکز عملیات (Actions Center) این متد را به صورت دورهای فراخوانی میکند تا بهروزرسانیهای مربوط به ورودی لیست انتظار کاربر را دریافت کند. ورودیهای لیست انتظار باید به مدت 30 روز از زمان ایجادشان قابل بازیابی باشند.
درخواست
GetWaitlistEntryدرخواست
مقدار بازگشتی
GetWaitlistEntryResponse
// Get the waitlist entry corresponding to the provided waitlist entry ID.messageGetWaitlistEntryRequest{optionfeatures.(pb.java).nest_in_file_class=YES;// 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{optionfeatures.(pb.java).nest_in_file_class=YES;// Required. The partner-provided information about a user’s waitlist entry.WaitlistEntrywaitlist_entry=1;}
تاریخ آخرین بهروزرسانی 2026-03-26 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","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"]],["تاریخ آخرین بهروزرسانی 2026-03-26 بهوقت ساعت هماهنگ جهانی."],[],["The `GetWaitlistEntry` method retrieves a user's waitlist entry using a provided ID. The Actions Center periodically requests updates on entries, which should be accessible for 30 days post-creation. The request includes the `waitlist_entry_id`, and the response contains a `WaitlistEntry` with details like estimated wait, party size, and state. An example illustrates retrieving a specific entry using \"MYS-1668739060\" as the ID.\n"]]