Settings
3 endpoints in this category.
GET
/master/setting-listGet App Settings
Get application settings and configuration values.
Authentication:Required —
Authorization: Bearer <token>Response Fields
| Name | Type | Required | Description |
|---|---|---|---|
data | object | Yes | Settings key-value pairs |
Error Codes
| Status | Meaning |
|---|---|
401 | Unauthorized |
Code Examples
curl -X GET 'https://visitnote-api-production.up.railway.app/api/therapist/v1/master/setting-list' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer YOUR_TOKEN'GET
/notificationsGet Notifications
Get push notification history with optional read-status filtering.
Authentication:Required —
Authorization: Bearer <token>Query Parameters
| Name | Type | Required | Description |
|---|---|---|---|
per_page | integer | No | Results per page |
is_read | integer | No | Filter: 0 = unread, 1 = read |
Response Fields
| Name | Type | Required | Description |
|---|---|---|---|
data | Notification[] | Yes | Array of notifications |
Error Codes
| Status | Meaning |
|---|---|
401 | Unauthorized |
Code Examples
curl -X GET 'https://visitnote-api-production.up.railway.app/api/therapist/v1/notifications' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer YOUR_TOKEN'GET
/problem-notesGet Problem Notes
Get visits that have documentation issues needing attention.
Authentication:Required —
Authorization: Bearer <token>Response Fields
| Name | Type | Required | Description |
|---|---|---|---|
data | Visit[] | Yes | Visits with documentation problems |
Error Codes
| Status | Meaning |
|---|---|
401 | Unauthorized |
Code Examples
curl -X GET 'https://visitnote-api-production.up.railway.app/api/therapist/v1/problem-notes' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer YOUR_TOKEN'Sign in to access API docs
Full API reference is available to VisitNote subscribers.
Don't have an account? Start free trial