このメソッドは、指定された順番待ちリストのエントリ ID に基づいて、ユーザーの順番待ちリストのエントリを返します。Actions Center は、ユーザーの順番待ちリストのエントリの最新情報を取得するために、この関数を定期的に呼び出します。順番待ちリストのエントリは、作成日から 30 日間取得できます。
リクエスト
GetWaitlistEntryRequest
戻り値
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;}
[[["わかりやすい","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"]],["最終更新日 2025-07-26 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"]]