pub async fn search_entities_with_id(
configuration: &Configuration,
entity_search_request: Option<EntitySearchRequest>,
) -> Result<EntitySearchResponse, Error<SearchEntitiesWithIdError>>
Expand description
Searches entities with the specified criteria and pagination.