pub async fn retrieve_application(
configuration: &Configuration,
x_fusion_auth_tenant_id: Option<&str>,
inactive: Option<&str>,
) -> Result<ApplicationResponse, Error<RetrieveApplicationError>>
Expand description
Retrieves the application for the given Id or all the applications if the Id is null. OR Retrieves all the applications that are currently inactive.