Download OpenAPI specification:Download
all) | service_name required | string |
| user_id required | number |
| token required | string |
{- "service_name": "string",
- "user_id": 0,
- "token": "string"
}{- "code": "string",
- "message": "string"
}all) | service_name required | string Example: connect 서비스명(therapist, connect, home, clinic) |
notification 전달, title, content를 명시적으로 전달. notification은 앱이 특별한 처리 없이 noti가 화면에 뜸
| user_ids | Array of numbers |
| type required | string |
| title required | string |
| body required | string |
{- "user_ids": [
- 0
], - "type": "string",
- "title": "string",
- "body": "string"
}{- "code": "string",
- "message": "string"
}all) | service_name required | string Example: connect 서비스명(therapist, connect, home, clinic) |
data 전달, 앱은 백단에서 push data를 처리후 클라이언트에게 노출
| user_ids | Array of numbers |
| type | string |
| data required | object |
{- "user_ids": [
- 0
], - "type": "string",
- "data": { }
}{- "code": "string",
- "message": "string"
}{- "unread_count": 0
}all) | service_name required | string Example: service_name=connect 서비스명(therapist, connect, home, clinic) |
| page required | integer <int32> Example: page=1 페이지 번호 |
| size required | integer <int32> Example: size=10 페이지당 줄 수 |
{- "page_info": {
- "page_number": 0,
- "total_page": 100,
- "total_count": 9999
}, - "contents": [
- {
- "notification": {
- "title": "string",
- "body": "string"
}, - "data": {
- "property1": "string",
- "property2": "string"
}, - "type": "schedule_youtube",
- "is_read": false,
- "created": "2019-10-25T16:46:05.385+09:00"
}
]
}all) | historyId required | string Example: 94977e19-0c24-46eb-81c9-7d525a874b07 history id |
| is_read required | boolean |
{- "is_read": true
}{- "code": "string",
- "message": "string"
}{- "code": "string",
- "message": "string"
}