Stay organized with collections
Save and categorize content based on your preferences.
This method returns a
waitlist entry for a user based on the provided waitlist entry id.
The Actions Center will call this periodically to get updates on the user's
waitlist entry. Waitlist entries should be retrievable for 30 days from
their creation time.
Request
GetWaitlistEntryRequest
Return value
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;}