# MyDataMyConsent\DataProviderDiscoveryApi
All URIs are relative to https://api.mydatamyconsent.com
Method | HTTP request | Description |
---|---|---|
get_data_provider_by_id | GET /v1/data-providers/{providerId} | Get a Data Provider details by provider id. |
get_data_providers | GET /v1/data-providers | Discover all data providers in My Data My Consent by country and filters. |
# get_data_provider_by_id
crate::models::DataProvider get_data_provider_by_id(provider_id) Get a Data Provider details by provider id.
# Parameters
Name | Type | Description | Required | Notes |
---|---|---|---|---|
provider_id | String | Data provider id. | [required] |
# Return type
# Authorization
No authorization required
# HTTP request headers
- Content-Type: Not defined
- Accept: application/json, application/xml
[Back to top] [Back to API list] [Back to Model list] [Back to README]
# get_data_providers
crate::models::DataProviderPaginatedList get_data_providers(account_type, document_type, organization_category, page_no, page_size, country_iso2_code) Discover all data providers in My Data My Consent by country and filters.
# Parameters
Name | Type | Description | Required | Notes |
---|---|---|---|---|
account_type | Option<String> | Account type. | ||
document_type | Option<String> | Document type. | ||
organization_category | Option<String> | Organization category. | ||
page_no | Option<i32> | Page number. | [default to 1] | |
page_size | Option<i32> | Number of items to return. | [default to 25] | |
country_iso2_code | Option<String> | ISO2 Country code. | [default to IN] |
# Return type
crate::models::DataProviderPaginatedList
# Authorization
No authorization required
# HTTP request headers
- Content-Type: Not defined
- Accept: application/json, application/xml
[Back to top] [Back to API list] [Back to Model list] [Back to README]