pub async fn search_applications_with_id(
configuration: &Configuration,
application_search_request: Option<ApplicationSearchRequest>,
) -> Result<ApplicationSearchResponse, Error<SearchApplicationsWithIdError>>
Expand description
Searches applications with the specified criteria and pagination.