Journey API

Patient Education Platform - REST API

GET

HTTP 200 OK

Content-Type: application/json
Vary: Accept
ping ^ping/$
ondemand/ ^ondemand/
ondemand-play/ ^ondemand-play/
admin/ ^admin/
api/v1/file ^api/v1/file
api/v1/file/<str:uuid> ^api/v1/file/<str:uuid>
api-auth/ ^api-auth/
api/v1/devices/ ^api/v1/devices/
api/v1/emailresetpassword ^api/v1/emailresetpassword
api/v1/patients/ ^api/v1/patients/
api/v1/plays/ ^api/v1/plays/
api/v1/plugins/ ^api/v1/plugins/
api/v1/sites/ ^api/v1/sites/
api/v1/surveys/ ^api/v1/surveys/
api/v1/surveytasks/<str:survey_task_uuid> ^api/v1/surveytasks/<str:survey_task_uuid>
api/v1/users/ ^api/v1/users/
api/v1/videos/ ^api/v1/videos/
api/v1/categories/<str:uuid>/videos ^api/v1/categories/<str:uuid>/videos
api/v1/categories/<str:uuid> ^api/v1/categories/<str:uuid>
api/v1/channels/ ^api/v1/channels/
api/v1/channels/<int:id> ^api/v1/channels/<int:id>
api/v1/channels/<int:id>/plays ^api/v1/channels/<int:id>/plays
api/v1/prescriptions/<str:uuid> ^api/v1/prescriptions/<str:uuid>
api/v1/prescriptions/ ^api/v1/prescriptions/
api/v1/prescriptions/<str:uuid>/complete ^api/v1/prescriptions/<str:uuid>/complete
api/v1/prescriptions/<str:task_uuid>/videos/<str:vid_lang_id> ^api/v1/prescriptions/<str:task_uuid>/videos/<str:vid_lang_id>
api/v1/videotaskstate/<int:id> ^api/v1/videotaskstate/<int:id>
api/v1/activitys/<str:activity_uuid> ^api/v1/activitys/<str:activity_uuid>
swagger/ ^swagger/
swaggerJson/ ^swaggerJson/
static/(?P<path>.*)$ ^static/(?P<path>.*)$

📚 API Documentation: Swagger UI