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