v3.0 REST Endpoints
Designer/Visit APIs/Visits/v3.0
The operations from the Designer/Visit APIs/Visits/v3.0 category.
-
[Deprecated]: Add a visit - Method: postPath:
/ec-designer-svc/rest/v3.0/studies/{studyId}/versions/{version}/visits
-
[Deprecated]: Delete a visit - Method: deletePath:
/ec-designer-svc/rest/v3.0/studies/{studyId}/versions/{version}/visits/{visitid}
-
[Deprecated]: Get list of visits by study version - Method: getPath:
/ec-designer-svc/rest/v3.0/studies/{studyId}/versions/{version}/visits
-
[Deprecated]: Get study visit - Method: getPath:
/ec-designer-svc/rest/v3.0/studies/{studyId}/versions/{version}/visits/{visitid}
-
[Deprecated]: Update a visit - Method: putPath:
/ec-designer-svc/rest/v3.0/studies/{studyId}/versions/{version}/visits/{visitid}
- Clear visit schedule
- Method: deletePath:
/ec-designer-svc/rest/v3.0/studies/{studyId}/versions/{version}/visits/{visitid}/schedule/{fromEventRefId}
- Create visit schedule
- Method: postPath:
/ec-designer-svc/rest/v3.0/studies/{studyId}/versions/{version}/visits/{visitid}/schedule/{fromEventRefId}
- Get dispensation visits
- Method: getPath:
/ec-designer-svc/rest/v3.0/studies/{studyId}/versions/{version}/visits/{visitid}/dispensings
- Get study visit schedule
- Method: getPath:
/ec-designer-svc/rest/v3.0/studies/{studyId}/versions/{version}/visits/{visitid}/schedule
- Update visit schedule
- Method: putPath:
/ec-designer-svc/rest/v3.0/studies/{studyId}/versions/{version}/visits/{visitid}/schedule/{fromEventRefId}