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 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."]]],[]]