@RequestMapping(path="api/v1/piis/consent")
public interface PiisConsentApi
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<List<de.adorsys.psd2.consent.api.ais.CmsConsent>> |
getPiisConsentListByAccountReference(String currency,
de.adorsys.psd2.xs2a.core.profile.AccountReferenceType accountReferenceType,
String accountIdentifier) |
@GetMapping(path="/{account-reference-type}/{account-identifier}")
org.springframework.http.ResponseEntity<List<de.adorsys.psd2.consent.api.ais.CmsConsent>> getPiisConsentListByAccountReference(@RequestHeader(value="currency",required=false)
String currency,
@PathVariable(value="account-reference-type")
de.adorsys.psd2.xs2a.core.profile.AccountReferenceType accountReferenceType,
@PathVariable(value="account-identifier")
String accountIdentifier)
Copyright © 2020. All rights reserved.