getConsentDocumentEndpointUri method

String getConsentDocumentEndpointUri([
  1. String? studyDeploymentId
])

The URL for the consent document end point for studyDeploymentId.

Implementation

String getConsentDocumentEndpointUri([String? studyDeploymentId]) =>
    "${app.uri.toString()}/api/deployments/${getStudyDeploymentId(studyDeploymentId)}/consent-documents";