Function search_consents_with_id

Source
pub async fn search_consents_with_id(
    configuration: &Configuration,
    consent_search_request: Option<ConsentSearchRequest>,
) -> Result<ConsentSearchResponse, Error<SearchConsentsWithIdError>>
Expand description

Searches consents with the specified criteria and pagination.