このメソッドは、指定された順番待ちリストのエントリ 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"]],["最終更新日 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."]]],[]]