dataEndpointUri property

String dataEndpointUri

The URL for the data end point for this DataPointReference.

Implementation

String get dataEndpointUri =>
    "${service.app!.uri.toString()}/api/deployments/${service.app!.studyDeploymentId}/data-points";