v1.0 REST Endpoints

Designer/Visit APIs/v1.0
The operations from the Designer/Visit APIs/v1.0 category.
[Deprecated]: Add a visit
Method: post
Path: /ec-designer-svc/rest/v1.0/studies/{studyId}/versions/{version}/visits
[Deprecated]: Clear visit schedule
Method: delete
Path: /ec-designer-svc/rest/v1.0/studies/{studyId}/versions/{version}/visits/{visitid}/schedule
[Deprecated]: Create visit schedule
Method: post
Path: /ec-designer-svc/rest/v1.0/studies/{studyId}/versions/{version}/visits/{visitid}/schedule
[Deprecated]: Delete a visit
Method: delete
Path: /ec-designer-svc/rest/v1.0/studies/{studyId}/versions/{version}/visits/{visitid}
[Deprecated]: Get a list of study visits
Method: get
Path: /ec-designer-svc/rest/v1.0/studies/{studyId}/versions/{version}/visits
[Deprecated]: Get dispensation visits
Method: get
Path: /ec-designer-svc/rest/v1.0/studies/{studyId}/versions/{version}/visits/{visitid}/dispensings
[Deprecated]: Update a visit
Method: put
Path: /ec-designer-svc/rest/v1.0/studies/{studyId}/versions/{version}/visits/{visitid}
[Deprecated]: Update visit schedule
Method: put
Path: /ec-designer-svc/rest/v1.0/studies/{studyId}/versions/{version}/visits/{visitid}/schedule
Get all visits, forms, and questions by study ID
Method: get
Path: /ec-designer-svc/rest/v1.0/studies/{studyId}/visitsforms
Get study visit
Method: get
Path: /ec-designer-svc/rest/v1.0/studies/{studyId}/versions/{version}/visits/{visitid}
Get study visit schedule
Method: get
Path: /ec-designer-svc/rest/v1.0/studies/{studyId}/versions/{version}/visits/{visitid}/schedule
Identify if a visit contains a kit type titration
Method: get
Path: /ec-designer-svc/rest/v1.0/studies/{studyId}/versions/{version}/visits/{visitid}/dispensings/hasTitration