pub async fn retrieve_application_with_id(
configuration: &Configuration,
application_id: &str,
x_fusion_auth_tenant_id: Option<&str>,
) -> Result<ApplicationResponse, Error<RetrieveApplicationWithIdError>>
Expand description
Retrieves the application for the given Id or all the applications if the Id is null.