getDocumentEndpointUri method
The URL for the document end point for study with id studyId
.
studyId
can be omitted if specified as part of this service's study.
Implementation
String getDocumentEndpointUri([String? studyId]) =>
"${app.uri.toString()}/api/studies/${getStudyId(studyId)}/documents";