このメソッドは、指定された順番待ちリスト エントリ ID に基づいて、ユーザーの順番待ちリスト エントリを返します。アクション センターは、ユーザーの順番待ちリストへの登録に関する最新情報を取得するために、このメソッドを定期的に呼び出します。ウェイティング リストのエントリは、作成時から 30 日間取得可能である必要があります。
リクエスト
GetWaitlistEntryRequest
戻り値
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;}
[[["わかりやすい","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-02-07 UTC。"],[],["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"]]