Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Ta metoda zwraca element listy oczekujących dla użytkownika na podstawie podanego identyfikatora elementu listy oczekujących.
Centrum działań będzie okresowo wywoływać tę funkcję, aby otrzymywać informacje o stanach na liście oczekujących. Wpisy na liście oczekujących powinny być dostępne przez 30 dni od momentu ich utworzenia.
Wyślij prośbę
GetWaitlistEntryRequest
Zwracana wartość
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;}
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 2024-11-26 UTC."],[[["This method retrieves a user's waitlist entry information based on the provided waitlist entry ID."],["Waitlist entries are accessible for 30 days after creation and are periodically updated through calls from the Actions Center."],["The request utilizes `GetWaitlistEntryRequest` and returns a `GetWaitlistEntryResponse` containing the `WaitlistEntry` details."],["Sample code showcases a Get request with a waitlist entry ID and a corresponding response including wait estimates, state, and timestamps."]]],[]]