Data Requests
Get Consent Requests Of Data Request And Kt Id P
<strong>This endpoint is deprecated, because it does not return the name of the UIDs. Please use /v2/data-requests/{id}/kt-id-p/{kt-id-p}/consent-requests instead.</strong><br><br>Retrieves all consent requests associated with a specific data request and kt-id-p. Accessible to the consumer who owns the data request.
get/api/agreement/v1/data-requests/{id}/kt-id-p/{kt-id-p}/consent-requests
Path parameters
idstring uuid required
The UUID of the data request
kt-id-pstring required
The kt-id-p identifier of the producer
Response
OK
Example response
[
{
"dataProducerUid": "CHE123456789"
}
]