Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
Esse método retorna uma
entrada da lista de espera para um usuário com base no ID da entrada da lista de espera fornecido.
O Actions Center vai chamar esse método periodicamente para receber atualizações sobre a entrada do usuário na
lista de espera. As entradas da lista de espera precisam ser recuperáveis por 30 dias a partir
da criação.
Solicitação
GetWaitlistEntryRequest
Valor de retorno
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;}
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Não contém as informações de que eu preciso","missingTheInformationINeed","thumb-down"],["Muito complicado / etapas demais","tooComplicatedTooManySteps","thumb-down"],["Desatualizado","outOfDate","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Problema com as amostras / o código","samplesCodeIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2025-05-24 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."]]],["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"]]