Skip to main content

get_guest_entry_by_custom_path

Function get_guest_entry_by_custom_path 

Source
pub async fn get_guest_entry_by_custom_path(
    configuration: &Configuration,
    custom_path: &str,
) -> Result<GuestEntry, Error<GetGuestEntryByCustomPathError>>
Expand description

The custom-path counterpart of getGuestEntry. Unauthenticated; 404 unless the app’s execution mode is guest AND its workspace has guest_access_enabled AND the instance has not set guest_access_disabled, and never on a deployment where guests are unavailable (the shared cloud). Returns the workspace too, since a custom URL may not carry it.