get user Info by email
string |
{- "id": 0,
- "status_message": "Please set the status message.",
- "email": "xxx@neofect.com",
- "password": "ardsd43^5",
- "name": "Garfield",
- "first_name": "string",
- "last_name": "string",
- "birthday": "2019-11-11",
- "phoneNo": "010-2222-1111",
- "us_state_code": "AL",
- "zone_offset": 60,
- "token": "sjhfspduifhjvbdagfhfdjfhidafudosaij=",
- "gender": "MALE",
- "stroke_side": [
- "LEFT"
], - "severity_level": 3,
- "onset_date": "2019-11-11",
- "subscription": {
- "startDate": "2019-04-12T11:30:00+09:00",
- "marketPlace": "GOOGLE_PLAY, APP_STORE, NEOFECT",
- "expireDate": "2019-04-12T11:30:00+09:00",
- "daysLeft": "83",
- "daysJoined": "83",
- "planName": "Free/Free(Home User)/Basic"
}, - "is_new_home_user": "true or false",
- "is_new_connect_user": "true or false",
- "patient_wish_message": "im fine thankyou",
- "therapist": {
- "id": 0,
- "name": "Garfield",
- "country": "US",
- "states": null,
- "gender": "MALE",
- "mobile": "010-222-3333",
- "token": "sjhfspduifhjvbdagfhfdjfhidafudosaij=",
- "introduction": "string",
- "image": "string",
- "type": "OT",
- "email": "xxx@neofect.com",
- "zone_offset": 540,
- "password": "ardsd43^5"
}, - "type": "PATIENT",
- "roles": [
- "['role_admin', 'role_user']"
], - "social_info": {
- "sid": "FA1234",
- "type": "APPLE, FACEBOOK"
}, - "profileImageName": "EMPATHY|LOVE|HAPPINESS|HOPE|AUTONOMY|IMAGE",
- "country_code": "US|KR",
- "createdDate": "2019-04-12T11:30:00+09:00"
}update user Info By Email
string User object that needs to be updated |
Update user
| id | integer <int64> |
| image | string Profile Image |
| status_message | string Profile Status Message |
| email required | string Emial of user |
| password required | string Password of user |
| name | string name of user |
| first_name | string first_name of user |
| last_name | string last_name of user |
| birthday | string Buirthday of user |
| phoneNo | string Phone No |
| us_state_code | string US states abbr |
| zone_offset | integer Zone Offset |
| token | string Verification Token |
| gender | string (genderType) Enum: "MALE" "FEMALE" "OTHER" |
| stroke_side | Array of strings (sideType) Items Enum: "LEFT" "RIGHT" |
| severity_level | integer Severity Level |
| onset_date | string Onset Date |
object (subscription) | |
| is_new_home_user | boolean 신규 Home 사용자 여부 |
| is_new_connect_user | boolean 신규 Connect 사용자 여부 |
| patient_wish_message | string 치료사에게 바라는 메세지 |
object (therapist) | |
| type | string (userType) Enum: "ADMIN" "PATIENT" "CAREGIVER" "THERAPIST" |
| roles | Array of strings |
object (socialInfo) 소셜을 통한 로그인 정보. | |
| profileImageName | string (profileImageName) Enum: "EMPATHY" "LOVE" "HAPPINESS" "HOPE" "AUTONOMY" "IMAGE" connect 앱 프로필 이미지 선택명 (default EMPATHY) |
| country_code | string |
| createdDate | string <date-time> |
| clinic_req_id | integer <int64> id of the clinic that the user requested (register/change request) |
{- "id": 0,
- "status_message": "Please set the status message.",
- "email": "xxx@neofect.com",
- "password": "ardsd43^5",
- "name": "Garfield",
- "first_name": "string",
- "last_name": "string",
- "birthday": "2019-11-11",
- "phoneNo": "010-2222-1111",
- "us_state_code": "AL",
- "zone_offset": 60,
- "token": "sjhfspduifhjvbdagfhfdjfhidafudosaij=",
- "gender": "MALE",
- "stroke_side": [
- "LEFT"
], - "severity_level": 3,
- "onset_date": "2019-11-11",
- "subscription": {
- "startDate": "2019-04-12T11:30:00+09:00",
- "marketPlace": "GOOGLE_PLAY, APP_STORE, NEOFECT",
- "expireDate": "2019-04-12T11:30:00+09:00",
- "daysLeft": "83",
- "daysJoined": "83",
- "planName": "Free/Free(Home User)/Basic"
}, - "is_new_home_user": "true or false",
- "is_new_connect_user": "true or false",
- "patient_wish_message": "im fine thankyou",
- "therapist": {
- "id": 0,
- "name": "Garfield",
- "country": "US",
- "states": null,
- "gender": "MALE",
- "mobile": "010-222-3333",
- "token": "sjhfspduifhjvbdagfhfdjfhidafudosaij=",
- "introduction": "string",
- "image": "string",
- "type": "OT",
- "email": "xxx@neofect.com",
- "zone_offset": 540,
- "password": "ardsd43^5"
}, - "type": "PATIENT",
- "roles": [
- "['role_admin', 'role_user']"
], - "social_info": {
- "sid": "FA1234",
- "type": "APPLE, FACEBOOK"
}, - "profileImageName": "EMPATHY|LOVE|HAPPINESS|HOPE|AUTONOMY|IMAGE",
- "country_code": "US|KR",
- "createdDate": "2019-04-12T11:30:00+09:00",
- "clinic_req_id": 0
}trueget My Info
| type | string Default: "user" user type |
{- "id": 0,
- "status_message": "Please set the status message.",
- "email": "xxx@neofect.com",
- "password": "ardsd43^5",
- "name": "Garfield",
- "first_name": "string",
- "last_name": "string",
- "birthday": "2019-11-11",
- "phoneNo": "010-2222-1111",
- "us_state_code": "AL",
- "zone_offset": 60,
- "token": "sjhfspduifhjvbdagfhfdjfhidafudosaij=",
- "gender": "MALE",
- "stroke_side": [
- "LEFT"
], - "severity_level": 3,
- "onset_date": "2019-11-11",
- "subscription": {
- "startDate": "2019-04-12T11:30:00+09:00",
- "marketPlace": "GOOGLE_PLAY, APP_STORE, NEOFECT",
- "expireDate": "2019-04-12T11:30:00+09:00",
- "daysLeft": "83",
- "daysJoined": "83",
- "planName": "Free/Free(Home User)/Basic"
}, - "is_new_home_user": "true or false",
- "is_new_connect_user": "true or false",
- "patient_wish_message": "im fine thankyou",
- "therapist": {
- "id": 0,
- "name": "Garfield",
- "country": "US",
- "states": null,
- "gender": "MALE",
- "mobile": "010-222-3333",
- "token": "sjhfspduifhjvbdagfhfdjfhidafudosaij=",
- "introduction": "string",
- "image": "string",
- "type": "OT",
- "email": "xxx@neofect.com",
- "zone_offset": 540,
- "password": "ardsd43^5"
}, - "type": "PATIENT",
- "roles": [
- "['role_admin', 'role_user']"
], - "social_info": {
- "sid": "FA1234",
- "type": "APPLE, FACEBOOK"
}, - "profileImageName": "EMPATHY|LOVE|HAPPINESS|HOPE|AUTONOMY|IMAGE",
- "country_code": "US|KR",
- "createdDate": "2019-04-12T11:30:00+09:00",
- "clinic": {
- "id": -1,
- "name": "NEOFECT",
- "type": "CLINIC",
- "clinicCode": "2D9CA3",
}
}get My Info for Mobile App (Patient)
| type | string Default: "user" user type |
| serviceType | string 서비스 유형 |
{- "id": 0,
- "status_message": "Please set the status message.",
- "email": "xxx@neofect.com",
- "password": "ardsd43^5",
- "name": "Garfield",
- "first_name": "string",
- "last_name": "string",
- "birthday": "2019-11-11",
- "phoneNo": "010-2222-1111",
- "us_state_code": "AL",
- "zone_offset": 60,
- "token": "sjhfspduifhjvbdagfhfdjfhidafudosaij=",
- "gender": "MALE",
- "stroke_side": [
- "LEFT"
], - "severity_level": 3,
- "onset_date": "2019-11-11",
- "subscription": {
- "startDate": "2019-04-12T11:30:00+09:00",
- "marketPlace": "GOOGLE_PLAY, APP_STORE, NEOFECT",
- "expireDate": "2019-04-12T11:30:00+09:00",
- "daysLeft": "83",
- "daysJoined": "83",
- "planName": "Free/Free(Home User)/Basic"
}, - "is_new_home_user": "true or false",
- "is_new_connect_user": "true or false",
- "patient_wish_message": "im fine thankyou",
- "therapist": {
- "id": 0,
- "name": "Garfield",
- "country": "US",
- "states": null,
- "gender": "MALE",
- "mobile": "010-222-3333",
- "token": "sjhfspduifhjvbdagfhfdjfhidafudosaij=",
- "introduction": "string",
- "image": "string",
- "type": "OT",
- "email": "xxx@neofect.com",
- "zone_offset": 540,
- "password": "ardsd43^5"
}, - "type": "PATIENT",
- "roles": [
- "['role_admin', 'role_user']"
], - "social_info": {
- "sid": "FA1234",
- "type": "APPLE, FACEBOOK"
}, - "profileImageName": "EMPATHY|LOVE|HAPPINESS|HOPE|AUTONOMY|IMAGE",
- "country_code": "US|KR",
- "createdDate": "2019-04-12T11:30:00+09:00",
- "clinic": {
- "state": "WATING",
}, - "evaluation": [
- {
- "type": "FUNCTION",
- "chartLabels": [
- "May"
], - "chartValues": [
- {
- "x": "09.11.20",
- "y": 10.4
}
]
}
]
}regist user Info
| serviceType | string 서비스 유형 |
regist user
| id | integer <int64> |
| image | string Profile Image |
| status_message | string Profile Status Message |
string Emial of user | |
| password | string Password of user |
| name | string name of user |
| first_name | string first_name of user |
| last_name | string last_name of user |
| birthday | string Buirthday of user |
| phoneNo | string Phone No |
| us_state_code | string US states abbr |
| zone_offset | integer Zone Offset |
| token | string Verification Token |
| gender | string (genderType) Enum: "MALE" "FEMALE" "OTHER" |
| stroke_side | Array of strings (sideType) Items Enum: "LEFT" "RIGHT" |
| severity_level | integer Severity Level |
| onset_date | string Onset Date |
object (subscription) | |
| is_new_home_user | boolean 신규 Home 사용자 여부 |
| is_new_connect_user | boolean 신규 Connect 사용자 여부 |
| patient_wish_message | string 치료사에게 바라는 메세지 |
object (therapist) | |
| type | string (userType) Enum: "ADMIN" "PATIENT" "CAREGIVER" "THERAPIST" |
| roles | Array of strings |
object (socialInfo) 소셜을 통한 로그인 정보. | |
| profileImageName | string (profileImageName) Enum: "EMPATHY" "LOVE" "HAPPINESS" "HOPE" "AUTONOMY" "IMAGE" connect 앱 프로필 이미지 선택명 (default EMPATHY) |
| country_code | string |
| createdDate | string <date-time> |
{- "id": 0,
- "status_message": "Please set the status message.",
- "email": "xxx@neofect.com",
- "password": "ardsd43^5",
- "name": "Garfield",
- "first_name": "string",
- "last_name": "string",
- "birthday": "2019-11-11",
- "phoneNo": "010-2222-1111",
- "us_state_code": "AL",
- "zone_offset": 60,
- "token": "sjhfspduifhjvbdagfhfdjfhidafudosaij=",
- "gender": "MALE",
- "stroke_side": [
- "LEFT"
], - "severity_level": 3,
- "onset_date": "2019-11-11",
- "subscription": {
- "startDate": "2019-04-12T11:30:00+09:00",
- "marketPlace": "GOOGLE_PLAY, APP_STORE, NEOFECT",
- "expireDate": "2019-04-12T11:30:00+09:00",
- "daysLeft": "83",
- "daysJoined": "83",
- "planName": "Free/Free(Home User)/Basic"
}, - "is_new_home_user": "true or false",
- "is_new_connect_user": "true or false",
- "patient_wish_message": "im fine thankyou",
- "therapist": {
- "id": 0,
- "name": "Garfield",
- "country": "US",
- "states": null,
- "gender": "MALE",
- "mobile": "010-222-3333",
- "token": "sjhfspduifhjvbdagfhfdjfhidafudosaij=",
- "introduction": "string",
- "image": "string",
- "type": "OT",
- "email": "xxx@neofect.com",
- "zone_offset": 540,
- "password": "ardsd43^5"
}, - "type": "PATIENT",
- "roles": [
- "['role_admin', 'role_user']"
], - "social_info": {
- "sid": "FA1234",
- "type": "APPLE, FACEBOOK"
}, - "profileImageName": "EMPATHY|LOVE|HAPPINESS|HOPE|AUTONOMY|IMAGE",
- "country_code": "US|KR",
- "createdDate": "2019-04-12T11:30:00+09:00"
}trueregist user Info Without Email auth token
| serviceType | string 서비스 유형 |
regist user
| id | integer <int64> |
| image | string Profile Image |
| status_message | string Profile Status Message |
string Emial of user | |
| password | string Password of user |
| name | string name of user |
| first_name | string first_name of user |
| last_name | string last_name of user |
| birthday | string Buirthday of user |
| phoneNo | string Phone No |
| us_state_code | string US states abbr |
| zone_offset | integer Zone Offset |
| token | string Verification Token |
| gender | string (genderType) Enum: "MALE" "FEMALE" "OTHER" |
| stroke_side | Array of strings (sideType) Items Enum: "LEFT" "RIGHT" |
| severity_level | integer Severity Level |
| onset_date | string Onset Date |
object (subscription) | |
| is_new_home_user | boolean 신규 Home 사용자 여부 |
| is_new_connect_user | boolean 신규 Connect 사용자 여부 |
| patient_wish_message | string 치료사에게 바라는 메세지 |
object (therapist) | |
| type | string (userType) Enum: "ADMIN" "PATIENT" "CAREGIVER" "THERAPIST" |
| roles | Array of strings |
object (socialInfo) 소셜을 통한 로그인 정보. | |
| profileImageName | string (profileImageName) Enum: "EMPATHY" "LOVE" "HAPPINESS" "HOPE" "AUTONOMY" "IMAGE" connect 앱 프로필 이미지 선택명 (default EMPATHY) |
| country_code | string |
| createdDate | string <date-time> |
{- "id": 0,
- "status_message": "Please set the status message.",
- "email": "xxx@neofect.com",
- "password": "ardsd43^5",
- "name": "Garfield",
- "first_name": "string",
- "last_name": "string",
- "birthday": "2019-11-11",
- "phoneNo": "010-2222-1111",
- "us_state_code": "AL",
- "zone_offset": 60,
- "token": "sjhfspduifhjvbdagfhfdjfhidafudosaij=",
- "gender": "MALE",
- "stroke_side": [
- "LEFT"
], - "severity_level": 3,
- "onset_date": "2019-11-11",
- "subscription": {
- "startDate": "2019-04-12T11:30:00+09:00",
- "marketPlace": "GOOGLE_PLAY, APP_STORE, NEOFECT",
- "expireDate": "2019-04-12T11:30:00+09:00",
- "daysLeft": "83",
- "daysJoined": "83",
- "planName": "Free/Free(Home User)/Basic"
}, - "is_new_home_user": "true or false",
- "is_new_connect_user": "true or false",
- "patient_wish_message": "im fine thankyou",
- "therapist": {
- "id": 0,
- "name": "Garfield",
- "country": "US",
- "states": null,
- "gender": "MALE",
- "mobile": "010-222-3333",
- "token": "sjhfspduifhjvbdagfhfdjfhidafudosaij=",
- "introduction": "string",
- "image": "string",
- "type": "OT",
- "email": "xxx@neofect.com",
- "zone_offset": 540,
- "password": "ardsd43^5"
}, - "type": "PATIENT",
- "roles": [
- "['role_admin', 'role_user']"
], - "social_info": {
- "sid": "FA1234",
- "type": "APPLE, FACEBOOK"
}, - "profileImageName": "EMPATHY|LOVE|HAPPINESS|HOPE|AUTONOMY|IMAGE",
- "country_code": "US|KR",
- "createdDate": "2019-04-12T11:30:00+09:00"
}trueregist user Info (소셜)
| serviceType | string 서비스 유형 |
regist user (소셜)
| id | integer <int64> |
| image | string Profile Image |
| status_message | string Profile Status Message |
string Emial of user | |
| password | string Password of user |
| name | string name of user |
| first_name | string first_name of user |
| last_name | string last_name of user |
| birthday | string Buirthday of user |
| phoneNo | string Phone No |
| us_state_code | string US states abbr |
| zone_offset | integer Zone Offset |
| token | string Verification Token |
| gender | string (genderType) Enum: "MALE" "FEMALE" "OTHER" |
| stroke_side | Array of strings (sideType) Items Enum: "LEFT" "RIGHT" |
| severity_level | integer Severity Level |
| onset_date | string Onset Date |
object (subscription) | |
| is_new_home_user | boolean 신규 Home 사용자 여부 |
| is_new_connect_user | boolean 신규 Connect 사용자 여부 |
| patient_wish_message | string 치료사에게 바라는 메세지 |
object (therapist) | |
| type | string (userType) Enum: "ADMIN" "PATIENT" "CAREGIVER" "THERAPIST" |
| roles | Array of strings |
object (socialInfo) 소셜을 통한 로그인 정보. | |
| profileImageName | string (profileImageName) Enum: "EMPATHY" "LOVE" "HAPPINESS" "HOPE" "AUTONOMY" "IMAGE" connect 앱 프로필 이미지 선택명 (default EMPATHY) |
| country_code | string |
| createdDate | string <date-time> |
{- "id": 0,
- "status_message": "Please set the status message.",
- "email": "xxx@neofect.com",
- "password": "ardsd43^5",
- "name": "Garfield",
- "first_name": "string",
- "last_name": "string",
- "birthday": "2019-11-11",
- "phoneNo": "010-2222-1111",
- "us_state_code": "AL",
- "zone_offset": 60,
- "token": "sjhfspduifhjvbdagfhfdjfhidafudosaij=",
- "gender": "MALE",
- "stroke_side": [
- "LEFT"
], - "severity_level": 3,
- "onset_date": "2019-11-11",
- "subscription": {
- "startDate": "2019-04-12T11:30:00+09:00",
- "marketPlace": "GOOGLE_PLAY, APP_STORE, NEOFECT",
- "expireDate": "2019-04-12T11:30:00+09:00",
- "daysLeft": "83",
- "daysJoined": "83",
- "planName": "Free/Free(Home User)/Basic"
}, - "is_new_home_user": "true or false",
- "is_new_connect_user": "true or false",
- "patient_wish_message": "im fine thankyou",
- "therapist": {
- "id": 0,
- "name": "Garfield",
- "country": "US",
- "states": null,
- "gender": "MALE",
- "mobile": "010-222-3333",
- "token": "sjhfspduifhjvbdagfhfdjfhidafudosaij=",
- "introduction": "string",
- "image": "string",
- "type": "OT",
- "email": "xxx@neofect.com",
- "zone_offset": 540,
- "password": "ardsd43^5"
}, - "type": "PATIENT",
- "roles": [
- "['role_admin', 'role_user']"
], - "social_info": {
- "sid": "FA1234",
- "type": "APPLE, FACEBOOK"
}, - "profileImageName": "EMPATHY|LOVE|HAPPINESS|HOPE|AUTONOMY|IMAGE",
- "country_code": "US|KR",
- "createdDate": "2019-04-12T11:30:00+09:00"
}trueregist guest user
| serviceType | string 서비스 유형 |
regist guest user
| id | integer <int64> |
| image | string Profile Image |
| status_message | string Profile Status Message |
string Emial of user | |
| password | string Password of user |
| name | string name of user |
| first_name | string first_name of user |
| last_name | string last_name of user |
| birthday | string Buirthday of user |
| phoneNo | string Phone No |
| us_state_code | string US states abbr |
| zone_offset | integer Zone Offset |
| token | string Verification Token |
| gender | string (genderType) Enum: "MALE" "FEMALE" "OTHER" |
| stroke_side | Array of strings (sideType) Items Enum: "LEFT" "RIGHT" |
| severity_level | integer Severity Level |
| onset_date | string Onset Date |
object (subscription) | |
| is_new_home_user | boolean 신규 Home 사용자 여부 |
| is_new_connect_user | boolean 신규 Connect 사용자 여부 |
| patient_wish_message | string 치료사에게 바라는 메세지 |
object (therapist) | |
| type | string (userType) Enum: "ADMIN" "PATIENT" "CAREGIVER" "THERAPIST" |
| roles | Array of strings |
object (socialInfo) 소셜을 통한 로그인 정보. | |
| profileImageName | string (profileImageName) Enum: "EMPATHY" "LOVE" "HAPPINESS" "HOPE" "AUTONOMY" "IMAGE" connect 앱 프로필 이미지 선택명 (default EMPATHY) |
| country_code | string |
| createdDate | string <date-time> |
{- "id": 0,
- "status_message": "Please set the status message.",
- "email": "xxx@neofect.com",
- "password": "ardsd43^5",
- "name": "Garfield",
- "first_name": "string",
- "last_name": "string",
- "birthday": "2019-11-11",
- "phoneNo": "010-2222-1111",
- "us_state_code": "AL",
- "zone_offset": 60,
- "token": "sjhfspduifhjvbdagfhfdjfhidafudosaij=",
- "gender": "MALE",
- "stroke_side": [
- "LEFT"
], - "severity_level": 3,
- "onset_date": "2019-11-11",
- "subscription": {
- "startDate": "2019-04-12T11:30:00+09:00",
- "marketPlace": "GOOGLE_PLAY, APP_STORE, NEOFECT",
- "expireDate": "2019-04-12T11:30:00+09:00",
- "daysLeft": "83",
- "daysJoined": "83",
- "planName": "Free/Free(Home User)/Basic"
}, - "is_new_home_user": "true or false",
- "is_new_connect_user": "true or false",
- "patient_wish_message": "im fine thankyou",
- "therapist": {
- "id": 0,
- "name": "Garfield",
- "country": "US",
- "states": null,
- "gender": "MALE",
- "mobile": "010-222-3333",
- "token": "sjhfspduifhjvbdagfhfdjfhidafudosaij=",
- "introduction": "string",
- "image": "string",
- "type": "OT",
- "email": "xxx@neofect.com",
- "zone_offset": 540,
- "password": "ardsd43^5"
}, - "type": "PATIENT",
- "roles": [
- "['role_admin', 'role_user']"
], - "social_info": {
- "sid": "FA1234",
- "type": "APPLE, FACEBOOK"
}, - "profileImageName": "EMPATHY|LOVE|HAPPINESS|HOPE|AUTONOMY|IMAGE",
- "country_code": "US|KR",
- "createdDate": "2019-04-12T11:30:00+09:00"
}{- "email": "string",
- "password": "string"
}Integration User Info
| type required | string (integrationType) Enum: "email" "facebook" "apple" "google" Example: email | facebook | apple | google 연동 유형 |
| serviceType | string 서비스 유형 |
integration user (social)
| id | integer <int64> |
| image | string Profile Image |
| status_message | string Profile Status Message |
string Emial of user | |
| password | string Password of user |
| name | string name of user |
| first_name | string first_name of user |
| last_name | string last_name of user |
| birthday | string Buirthday of user |
| phoneNo | string Phone No |
| us_state_code | string US states abbr |
| zone_offset | integer Zone Offset |
| token | string Verification Token |
| gender | string (genderType) Enum: "MALE" "FEMALE" "OTHER" |
| stroke_side | Array of strings (sideType) Items Enum: "LEFT" "RIGHT" |
| severity_level | integer Severity Level |
| onset_date | string Onset Date |
object (subscription) | |
| is_new_home_user | boolean 신규 Home 사용자 여부 |
| is_new_connect_user | boolean 신규 Connect 사용자 여부 |
| patient_wish_message | string 치료사에게 바라는 메세지 |
object (therapist) | |
| type | string (userType) Enum: "ADMIN" "PATIENT" "CAREGIVER" "THERAPIST" |
| roles | Array of strings |
object (socialInfo) 소셜을 통한 로그인 정보. | |
| profileImageName | string (profileImageName) Enum: "EMPATHY" "LOVE" "HAPPINESS" "HOPE" "AUTONOMY" "IMAGE" connect 앱 프로필 이미지 선택명 (default EMPATHY) |
| country_code | string |
| createdDate | string <date-time> |
{- "id": 0,
- "status_message": "Please set the status message.",
- "email": "xxx@neofect.com",
- "password": "ardsd43^5",
- "name": "Garfield",
- "first_name": "string",
- "last_name": "string",
- "birthday": "2019-11-11",
- "phoneNo": "010-2222-1111",
- "us_state_code": "AL",
- "zone_offset": 60,
- "token": "sjhfspduifhjvbdagfhfdjfhidafudosaij=",
- "gender": "MALE",
- "stroke_side": [
- "LEFT"
], - "severity_level": 3,
- "onset_date": "2019-11-11",
- "subscription": {
- "startDate": "2019-04-12T11:30:00+09:00",
- "marketPlace": "GOOGLE_PLAY, APP_STORE, NEOFECT",
- "expireDate": "2019-04-12T11:30:00+09:00",
- "daysLeft": "83",
- "daysJoined": "83",
- "planName": "Free/Free(Home User)/Basic"
}, - "is_new_home_user": "true or false",
- "is_new_connect_user": "true or false",
- "patient_wish_message": "im fine thankyou",
- "therapist": {
- "id": 0,
- "name": "Garfield",
- "country": "US",
- "states": null,
- "gender": "MALE",
- "mobile": "010-222-3333",
- "token": "sjhfspduifhjvbdagfhfdjfhidafudosaij=",
- "introduction": "string",
- "image": "string",
- "type": "OT",
- "email": "xxx@neofect.com",
- "zone_offset": 540,
- "password": "ardsd43^5"
}, - "type": "PATIENT",
- "roles": [
- "['role_admin', 'role_user']"
], - "social_info": {
- "sid": "FA1234",
- "type": "APPLE, FACEBOOK"
}, - "profileImageName": "EMPATHY|LOVE|HAPPINESS|HOPE|AUTONOMY|IMAGE",
- "country_code": "US|KR",
- "createdDate": "2019-04-12T11:30:00+09:00"
}trueupdate Symptom user
| name required | string |
| first_name | string |
| last_name | string |
| gender required | string (genderType) Enum: "MALE" "FEMALE" "OTHER" |
| stroke_side | Array of strings (sideType) Items Enum: "LEFT" "RIGHT" |
| severity_level | number 환자의 증중도 레벨 |
| birthday required | string <date> 생년월일 |
| onset_date required | string <date> 발병일 |
| country_code | string 국가코드 |
| us_state_code | string 미국 주 코드 |
| dominant_hand | string (sideType) Enum: "LEFT" "RIGHT" |
| diagnostic_name | string 진단명 |
{- "name": "test",
- "first_name": "string",
- "last_name": "string",
- "gender": "MALE",
- "stroke_side": [
- "LEFT"
], - "severity_level": 0,
- "birthday": "2019-08-24",
- "onset_date": "2019-08-24",
- "country_code": "US|KR",
- "us_state_code": "string",
- "dominant_hand": "LEFT",
- "diagnostic_name": "string"
}trueregist Therapist Info
Regist Therapist
| id | integer <int64> |
| name | string name of user |
| country | string (country) Enum: "US" "KR" |
| states | Array (therapistLicenseStates) |
| gender required | string (genderType) Enum: "MALE" "FEMALE" "OTHER" |
| mobile required | string Mobile Phone No of user |
| token | string Verification Token |
| introduction | string |
| image | string |
| type | string (therapistType) Enum: "OT" "PT" "Others" |
string Emial of user | |
| zone_offset | integer Zone Offset |
| password | string Password of user |
| clinic_req_id required | integer <int64> id of the clinic that the therapist requested (register/change request) |
{- "id": 0,
- "name": "Garfield",
- "country": "US",
- "states": null,
- "gender": "MALE",
- "mobile": "010-222-3333",
- "token": "sjhfspduifhjvbdagfhfdjfhidafudosaij=",
- "introduction": "string",
- "image": "string",
- "type": "OT",
- "email": "xxx@neofect.com",
- "zone_offset": 540,
- "password": "ardsd43^5",
- "clinic_req_id": 0
}trueUpdate Therapist Info
Update Stroke coach
| id | integer <int64> |
| name | string name of user |
| country | string (country) Enum: "US" "KR" |
| states | Array (therapistLicenseStates) |
| gender required | string (genderType) Enum: "MALE" "FEMALE" "OTHER" |
| mobile required | string Mobile Phone No of user |
| token | string Verification Token |
| introduction | string |
| image | string |
| type | string (therapistType) Enum: "OT" "PT" "Others" |
string Emial of user | |
| zone_offset | integer Zone Offset |
| password | string Password of user |
| clinic_req_id required | integer <int64> id of the clinic that the therapist requested (register/change request) |
{- "id": 0,
- "name": "Garfield",
- "country": "US",
- "states": null,
- "gender": "MALE",
- "mobile": "010-222-3333",
- "token": "sjhfspduifhjvbdagfhfdjfhidafudosaij=",
- "introduction": "string",
- "image": "string",
- "type": "OT",
- "email": "xxx@neofect.com",
- "zone_offset": 540,
- "password": "ardsd43^5",
- "clinic_req_id": 0
}{- "id": 0,
- "name": "Garfield",
- "country": "US",
- "states": null,
- "gender": "MALE",
- "mobile": "010-222-3333",
- "token": "sjhfspduifhjvbdagfhfdjfhidafudosaij=",
- "introduction": "string",
- "image": "string",
- "type": "OT",
- "email": "xxx@neofect.com",
- "zone_offset": 540,
- "password": "ardsd43^5",
- "clinic": {
- "id": -1,
- "name": "NEOFECT",
- "type": "CLINIC",
- "clinicCode": "2D9CA3",
}, - "clinic_req": {
- "clinic": {
- "id": -1,
- "name": "NEOFECT",
- "type": "CLINIC",
- "clinicCode": "2D9CA3",
}, - "status": 0
}
}Update Therapist Name
Update therapist Name
| name required | string name of user |
| clinic_req_id required | integer <int64> id of the clinic that the therapist requested (register/change request) |
{- "name": "Garfield",
- "clinic_req_id": 0
}{- "id": 0,
- "name": "Garfield",
- "country": "US",
- "states": null,
- "gender": "MALE",
- "mobile": "010-222-3333",
- "token": "sjhfspduifhjvbdagfhfdjfhidafudosaij=",
- "introduction": "string",
- "image": "string",
- "type": "OT",
- "email": "xxx@neofect.com",
- "zone_offset": 540,
- "password": "ardsd43^5",
- "clinic": {
- "id": -1,
- "name": "NEOFECT",
- "type": "CLINIC",
- "clinicCode": "2D9CA3",
}, - "clinic_req": {
- "clinic": {
- "id": -1,
- "name": "NEOFECT",
- "type": "CLINIC",
- "clinicCode": "2D9CA3",
}, - "status": 0
}
}Update User Language Setting
| lang | string (languageType) Enum: "EN" "KO" 언어 설정 정보 |
| serviceType | string (ServiceType) Enum: "therapist" "connect" "home" "clinic" |
{- "lang": "EN|KO",
- "serviceType": "therapist"
}trueupdate user Functional level [mobile]
| id required | integer <int64> |
| functional_level required | integer <int64> |
{- "id": 0,
- "functional_level": 0
}trueupdate user Info By email loggined user
string User object that needs to be updated |
Update user
| id | integer <int64> |
| image | string Profile Image |
| status_message | string Profile Status Message |
| patient_wish_message | string 치료사에게 바라는 메세지 |
string Emial of user | |
| password | string Password of user |
| name | string name of user |
| birthday | string Buirthday of user |
| phoneNo | string Phone No |
| us_state_code | string US states abbr |
| zone_offset | integer Zone Offset |
| token | string Verification Token |
| gender | string (genderType) Enum: "MALE" "FEMALE" "OTHER" |
| stroke_side | Array of strings (sideType) Items Enum: "LEFT" "RIGHT" |
| severity_level | integer Severity Level |
| onset_date | string Onset Date |
object (subscription) | |
| is_new_home_user | boolean 신규 Home 사용자 여부 |
| is_new_connect_user | boolean 신규 Connect 사용자 여부 |
Array of objects (therapist) | |
| type | string (userType) Enum: "ADMIN" "PATIENT" "CAREGIVER" "THERAPIST" |
| roles | Array of strings |
object (socialInfo) 소셜을 통한 로그인 정보. | |
| profileImageName | string (profileImageName) Enum: "EMPATHY" "LOVE" "HAPPINESS" "HOPE" "AUTONOMY" "IMAGE" connect 앱 프로필 이미지 선택명 (default EMPATHY) |
| createdDate | string <date-time> |
| clinic_req_id | integer <int64> id of the clinic that the user requested (register/change request) |
{- "id": 0,
- "status_message": "Please set the status message.",
- "patient_wish_message": "im fine thankyou",
- "email": "xxx@neofect.com",
- "password": "ardsd43^5",
- "name": "Garfield",
- "birthday": "2019-11-11",
- "phoneNo": "010-2222-1111",
- "us_state_code": "AL",
- "zone_offset": 60,
- "token": "sjhfspduifhjvbdagfhfdjfhidafudosaij=",
- "gender": "MALE",
- "stroke_side": [
- "LEFT"
], - "severity_level": 3,
- "onset_date": "2019-11-11",
- "subscription": {
- "startDate": "2019-04-12T11:30:00+09:00",
- "marketPlace": "GOOGLE_PLAY, APP_STORE, NEOFECT",
- "expireDate": "2019-04-12T11:30:00+09:00",
- "daysLeft": "83",
- "daysJoined": "83",
- "planName": "Free/Free(Home User)/Basic"
}, - "is_new_home_user": "true or false",
- "is_new_connect_user": "true or false",
- "therapist_list": [
- {
- "id": 0,
- "name": "Garfield",
- "country": "US",
- "states": null,
- "gender": "MALE",
- "mobile": "010-222-3333",
- "token": "sjhfspduifhjvbdagfhfdjfhidafudosaij=",
- "introduction": "string",
- "image": "string",
- "type": "OT",
- "email": "xxx@neofect.com",
- "zone_offset": 540,
- "password": "ardsd43^5"
}
], - "type": "PATIENT",
- "roles": [
- "['role_admin', 'role_user']"
], - "social_info": {
- "sid": "FA1234",
- "type": "APPLE, FACEBOOK"
}, - "profileImageName": "EMPATHY|LOVE|HAPPINESS|HOPE|AUTONOMY|IMAGE",
- "createdDate": "2019-04-12T11:30:00+09:00",
- "clinic_req_id": 0
}trueget My Info
| type | string Default: "user" user type |
{- "id": 0,
- "status_message": "Please set the status message.",
- "patient_wish_message": "im fine thankyou",
- "email": "xxx@neofect.com",
- "password": "ardsd43^5",
- "name": "Garfield",
- "birthday": "2019-11-11",
- "phoneNo": "010-2222-1111",
- "us_state_code": "AL",
- "zone_offset": 60,
- "token": "sjhfspduifhjvbdagfhfdjfhidafudosaij=",
- "gender": "MALE",
- "stroke_side": [
- "LEFT"
], - "severity_level": 3,
- "onset_date": "2019-11-11",
- "subscription": {
- "startDate": "2019-04-12T11:30:00+09:00",
- "marketPlace": "GOOGLE_PLAY, APP_STORE, NEOFECT",
- "expireDate": "2019-04-12T11:30:00+09:00",
- "daysLeft": "83",
- "daysJoined": "83",
- "planName": "Free/Free(Home User)/Basic"
}, - "is_new_home_user": "true or false",
- "is_new_connect_user": "true or false",
- "therapist_list": [
- {
- "id": 0,
- "name": "Garfield",
- "country": "US",
- "states": null,
- "gender": "MALE",
- "mobile": "010-222-3333",
- "token": "sjhfspduifhjvbdagfhfdjfhidafudosaij=",
- "introduction": "string",
- "image": "string",
- "type": "OT",
- "email": "xxx@neofect.com",
- "zone_offset": 540,
- "password": "ardsd43^5"
}
], - "type": "PATIENT",
- "roles": [
- "['role_admin', 'role_user']"
], - "social_info": {
- "sid": "FA1234",
- "type": "APPLE, FACEBOOK"
}, - "profileImageName": "EMPATHY|LOVE|HAPPINESS|HOPE|AUTONOMY|IMAGE",
- "createdDate": "2019-04-12T11:30:00+09:00",
- "clinic": {
- "id": -1,
- "name": "NEOFECT",
- "type": "CLINIC",
- "clinicCode": "2D9CA3",
}
}get My Info for Mobile App (Patient)
| type | string Default: "user" user type |
| serviceType | string 서비스 유형 |
{- "id": 0,
- "status_message": "Please set the status message.",
- "patient_wish_message": "im fine thankyou",
- "email": "xxx@neofect.com",
- "password": "ardsd43^5",
- "name": "Garfield",
- "birthday": "2019-11-11",
- "phoneNo": "010-2222-1111",
- "us_state_code": "AL",
- "zone_offset": 60,
- "token": "sjhfspduifhjvbdagfhfdjfhidafudosaij=",
- "gender": "MALE",
- "stroke_side": [
- "LEFT"
], - "severity_level": 3,
- "onset_date": "2019-11-11",
- "subscription": {
- "startDate": "2019-04-12T11:30:00+09:00",
- "marketPlace": "GOOGLE_PLAY, APP_STORE, NEOFECT",
- "expireDate": "2019-04-12T11:30:00+09:00",
- "daysLeft": "83",
- "daysJoined": "83",
- "planName": "Free/Free(Home User)/Basic"
}, - "is_new_home_user": "true or false",
- "is_new_connect_user": "true or false",
- "therapist_list": [
- {
- "id": 0,
- "name": "Garfield",
- "country": "US",
- "states": null,
- "gender": "MALE",
- "mobile": "010-222-3333",
- "token": "sjhfspduifhjvbdagfhfdjfhidafudosaij=",
- "introduction": "string",
- "image": "string",
- "type": "OT",
- "email": "xxx@neofect.com",
- "zone_offset": 540,
- "password": "ardsd43^5"
}
], - "type": "PATIENT",
- "roles": [
- "['role_admin', 'role_user']"
], - "social_info": {
- "sid": "FA1234",
- "type": "APPLE, FACEBOOK"
}, - "profileImageName": "EMPATHY|LOVE|HAPPINESS|HOPE|AUTONOMY|IMAGE",
- "createdDate": "2019-04-12T11:30:00+09:00",
- "clinic": {
- "state": "WATING",
}, - "evaluation": [
- {
- "type": "FUNCTION",
- "chartLabels": [
- "May"
], - "chartValues": [
- {
- "x": "09.11.20",
- "y": 10.4
}
]
}
]
}post User Agreement on New Terms
| serviceType required | string 서비스 유형 |
| countryCode | string (country) Enum: "US" "KR" Example: US 국가 유형 |
| terms_type required | string (TermsTypeEnum) Enum: "TERMS" "PRIVACY_POLICY" |
{- "terms_type": "TERMS"
}true디바이스 초기화
| uuid required | string |
| fcm_token required | string |
| service_type | string (ServiceType) Enum: "therapist" "connect" "home" "clinic" |
| gmt_offset | integer |
| app_version | string |
| ad_id | string |
{- "uuid": "c011b8e5-7b43-4092-a378-c2aa8689c484",
- "fcm_token": "string",
- "service_type": "therapist",
- "gmt_offset": 0,
- "app_version": "app_version",
- "ad_id": "ad_id"
}true디바이스의 firebase token이 변경이되면 호출할 API
| uuid required | string |
| fcm_token required | string |
{- "uuid": "c011b8e5-7b43-4092-a378-c2aa8689c484",
- "fcm_token": "string"
}true{- "id": 567,
- "name": "poh",
- "first_name": "string",
- "last_name": "string",
- "gender": "MALE",
- "age": 84,
- "birthday": "2017-01-03",
- "mobile": "011-0333-23232",
- "email": "xx@neofect.com",
- "state": "CA",
- "state_name": "California",
- "zone_offset": 540,
- "subscription": {
- "startDate": "2019-04-12T11:30:00+09:00",
- "marketPlace": "GOOGLE_PLAY, APP_STORE, NEOFECT",
- "expireDate": "2019-04-12T11:30:00+09:00",
- "daysLeft": "83",
- "daysJoined": "83",
- "planName": "Free/Free(Home User)/Basic"
}, - "disease": {
- "disease": "Stroke",
- "strokeSide": "LEFT",
- "onsetDate": "2017-01-01"
}, - "severity": [
- {
- "date": "2018-01-01",
- "level": 3
}
], - "therapist_list": [
- {
- "therapist_id": 7,
- "therapist_name": "Wesley Gibbins",
- "therapist_type": "OT"
}
]
}환자 상세 정보 수정
| userId required | integer <int64> (TypeLong) User Id |
patient Put Info
| name required | string |
| first_name | string |
| last_name | string |
| mobile | string |
object (disease) |
{- "name": "poh",
- "first_name": "string",
- "last_name": "string",
- "mobile": "011-0333-23232",
- "disease": {
- "disease": "Stroke",
- "strokeSide": "LEFT",
- "onsetDate": "2017-01-01"
}
}{- "id": 567,
- "name": "poh",
- "first_name": "string",
- "last_name": "string",
- "gender": "MALE",
- "age": 84,
- "birthday": "2017-01-03",
- "mobile": "011-0333-23232",
- "email": "xx@neofect.com",
- "state": "CA",
- "state_name": "California",
- "zone_offset": 540,
- "subscription": {
- "startDate": "2019-04-12T11:30:00+09:00",
- "marketPlace": "GOOGLE_PLAY, APP_STORE, NEOFECT",
- "expireDate": "2019-04-12T11:30:00+09:00",
- "daysLeft": "83",
- "daysJoined": "83",
- "planName": "Free/Free(Home User)/Basic"
}, - "disease": {
- "disease": "Stroke",
- "strokeSide": "LEFT",
- "onsetDate": "2017-01-01"
}, - "severity": [
- {
- "date": "2018-01-01",
- "level": 3
}
], - "therapist_list": [
- {
- "therapist_id": 7,
- "therapist_name": "Wesley Gibbins",
- "therapist_type": "OT"
}
]
}notification
Notification Info
| notiType | string (NotiType) Enum: "connect_live_sched_regist" "connect_live_sched_modif" "connect_live_sche_cancel" |
object (notificationData) |
{- "notiType": "connect_live_sched_regist",
- "data": {
- "title": "공지",
- "contents": "라이브 참여해보세요",
- "schedule_id": 324,
- "start_date": "string",
- "end_date": "string",
- "link": "string"
}
}truepatient evaluation save
| type | string (evaluationType) Enum: "FUNCTION" "GENERAL_HEALTHCARE" "LIFE_STYLE" "SOCIAL_ACTIVITY" |
| level | float |
[- {
- "type": "FUNCTION",
- "level": 3
}
]true{- "id": 0,
- "name": "Garfield",
- "country": "US",
- "states": null,
- "gender": "MALE",
- "mobile": "010-222-3333",
- "token": "sjhfspduifhjvbdagfhfdjfhidafudosaij=",
- "introduction": "string",
- "image": "string",
- "type": "OT",
- "email": "xxx@neofect.com",
- "zone_offset": 540,
- "password": "ardsd43^5",
- "clinic": {
- "id": -1,
- "name": "NEOFECT",
- "type": "CLINIC",
- "clinicCode": "2D9CA3",
}, - "clinic_req": {
- "clinic": {
- "id": -1,
- "name": "NEOFECT",
- "type": "CLINIC",
- "clinicCode": "2D9CA3",
}, - "status": 0
}
}[- {
- "id": 1,
- "name": "보스턴 클리닉",
- "type": "CLINIC",
- "useYn": true,
- "clinicCode": "2D9CA3",
- "createdTime": "2019-04-12T11:30:00+09:00",
- "updatedTime": "2019-04-12T12:30:00+09:00"
}
]| name required | string |
| type required | string (OrganizationTypeEnumDto) Enum: "HOSPITAL" "CLINIC" |
| clinicCode | string |
| useYn required | boolean |
{- "name": "보스턴 클리닉",
- "type": "CLINIC",
- "clinicCode": "2D9CA3",
- "useYn": true
}{- "id": 1,
- "name": "보스턴 클리닉",
- "type": "CLINIC",
- "useYn": true,
- "clinicCode": "2D9CA3",
- "createdTime": "2019-04-12T11:30:00+09:00",
- "updatedTime": "2019-04-12T12:30:00+09:00"
}| id required | integer <int64> Example: 1 organization_id |
{- "id": 1,
- "name": "보스턴 클리닉",
- "type": "CLINIC",
- "useYn": true,
- "clinicCode": "2D9CA3",
- "createdTime": "2019-04-12T11:30:00+09:00",
- "updatedTime": "2019-04-12T12:30:00+09:00"
}| id required | integer <int64> Example: 1 organization_id |
| name required | string |
| type required | string (OrganizationTypeEnumDto) Enum: "HOSPITAL" "CLINIC" |
| clinicCode | string |
| useYn required | boolean |
{- "name": "보스턴 클리닉",
- "type": "CLINIC",
- "clinicCode": "2D9CA3",
- "useYn": true
}{- "id": 1,
- "name": "보스턴 클리닉",
- "type": "CLINIC",
- "useYn": true,
- "clinicCode": "2D9CA3",
- "createdTime": "2019-04-12T11:30:00+09:00",
- "updatedTime": "2019-04-12T12:30:00+09:00"
}| id required | integer <int64> Example: 1 organization_id |
| page required | integer <int32> Example: page=1 페이지 번호 |
| size required | integer <int32> Example: size=10 페이지당 줄 수 |
| name | string Example: name=Helping 치료사명(조회 조건) |
{- "total_count": 549,
- "items": [
- {
- "id": 203,
- "email": "test@test.com",
- "name": "First Last",
- "age": 35,
- "gender": "MALE",
- "roleType": "NORMAL",
- "organizationName": "Community Rehab Care"
}
]
}| id required | integer <int64> Example: 1 organization_id |
| user_id required | integer <int64> Example: 203 user_id |
{- "id": 203,
- "email": "test@test.com",
- "name": "First Last",
- "age": 35,
- "gender": "MALE",
- "roleType": "NORMAL",
- "organizationName": "Community Rehab Care"
}| id required | integer <int64> Example: 1 organization_id |
| user_id required | integer <int64> Example: 203 user_id |
{- "id": 203,
- "email": "test@test.com",
- "name": "First Last",
- "age": 35,
- "gender": "MALE",
- "roleType": "NORMAL",
- "organizationName": "Community Rehab Care"
}[
]{- "id": -1,
- "name": "NEOFECT",
- "type": "CLINIC",
- "clinicCode": "2D9CA3",
}| clinic_req_id required | integer <int64> Example: 1 organization id (추후 다중 요청 가능할 수 있으므로 취소하고자 하는 요청의 파람값을 받음) |
{- "id": 0,
- "name": "Garfield",
- "country": "US",
- "states": null,
- "gender": "MALE",
- "mobile": "010-222-3333",
- "token": "sjhfspduifhjvbdagfhfdjfhidafudosaij=",
- "introduction": "string",
- "image": "string",
- "type": "OT",
- "email": "xxx@neofect.com",
- "zone_offset": 540,
- "password": "ardsd43^5",
- "clinic": {
- "id": -1,
- "name": "NEOFECT",
- "type": "CLINIC",
- "clinicCode": "2D9CA3",
}, - "clinic_req": {
- "clinic": {
- "id": -1,
- "name": "NEOFECT",
- "type": "CLINIC",
- "clinicCode": "2D9CA3",
}, - "status": 0
}
}| clinic_req_id required | integer <int64> Example: 1 organization id (추후 다중 요청 가능할 수 있으므로 취소하고자 하는 요청의 파람값을 받음) |
{- "id": 0,
- "status_message": "Please set the status message.",
- "email": "xxx@neofect.com",
- "password": "ardsd43^5",
- "name": "Garfield",
- "first_name": "string",
- "last_name": "string",
- "birthday": "2019-11-11",
- "phoneNo": "010-2222-1111",
- "us_state_code": "AL",
- "zone_offset": 60,
- "token": "sjhfspduifhjvbdagfhfdjfhidafudosaij=",
- "gender": "MALE",
- "stroke_side": [
- "LEFT"
], - "severity_level": 3,
- "onset_date": "2019-11-11",
- "subscription": {
- "startDate": "2019-04-12T11:30:00+09:00",
- "marketPlace": "GOOGLE_PLAY, APP_STORE, NEOFECT",
- "expireDate": "2019-04-12T11:30:00+09:00",
- "daysLeft": "83",
- "daysJoined": "83",
- "planName": "Free/Free(Home User)/Basic"
}, - "is_new_home_user": "true or false",
- "is_new_connect_user": "true or false",
- "patient_wish_message": "im fine thankyou",
- "therapist": {
- "id": 0,
- "name": "Garfield",
- "country": "US",
- "states": null,
- "gender": "MALE",
- "mobile": "010-222-3333",
- "token": "sjhfspduifhjvbdagfhfdjfhidafudosaij=",
- "introduction": "string",
- "image": "string",
- "type": "OT",
- "email": "xxx@neofect.com",
- "zone_offset": 540,
- "password": "ardsd43^5"
}, - "type": "PATIENT",
- "roles": [
- "['role_admin', 'role_user']"
], - "social_info": {
- "sid": "FA1234",
- "type": "APPLE, FACEBOOK"
}, - "profileImageName": "EMPATHY|LOVE|HAPPINESS|HOPE|AUTONOMY|IMAGE",
- "country_code": "US|KR",
- "createdDate": "2019-04-12T11:30:00+09:00",
- "clinic": {
- "id": -1,
- "name": "NEOFECT",
- "type": "CLINIC",
- "clinicCode": "2D9CA3",
}, - "clinic_req": {
- "clinic": {
- "id": -1,
- "name": "NEOFECT",
- "type": "CLINIC",
- "clinicCode": "2D9CA3",
}, - "status": 0
}
}{- "clinic": {
- "id": -1,
- "name": "NEOFECT",
- "type": "CLINIC",
- "clinicCode": "2D9CA3",
}, - "status": 0
}{- "clinic": {
- "id": -1,
- "name": "NEOFECT",
- "type": "CLINIC",
- "clinicCode": "2D9CA3",
}, - "status": 0
}| id required | integer <int64> Example: 1 clinic_id |
| page | integer <int32> Page No |
| size | integer <int32> No of records/rows |
| keyword | string Search Keyword |
| search_type | string (SearchType) Enum: "ALL" "NAME" "EMAIL" |
Array of objects (SortDto) |
{- "page": 1,
- "size": 10,
- "keyword": "pumpkinzomb",
- "search_type": "NAME",
- "sorts": [
- {
- "field": "name",
- "order": "desc"
}
]
}{- "total_count": 170107,
- "total_page": 17011,
- "list": [
- {
- "id": 7,
- "first_name": "Wesley",
- "last_name": "Gibbins",
- "name": "Wesley Gibbins",
- "email": "wessg1234@gmail.com",
- "age": 35,
- "gender": "MALE",
- "therapist_id": 7,
- "patients": 77,
- "therapist_type": "OT"
}
]
}| id required | integer <int64> Example: 1 clinic_id |
| user_id required | integer <int64> user_id |
| target_id required | integer <int64> patient_id or therapist_id |
[- {
- "user_id": 987,
- "target_id": 123
}
]true| id required | integer <int64> Example: 1 clinic_id |
| therapist_id required | integer <int64> Example: therapist_id=15 therapist_id |
{- "total_count": 170107,
- "total_page": 17011,
- "list": [
- {
- "id": 7,
- "first_name": "Wesley",
- "last_name": "Gibbins",
- "name": "Wesley Gibbins",
- "email": "wessg1234@gmail.com",
- "age": 35,
- "gender": "MALE",
- "patient_id": 8,
- "therapist_id": 7,
- "state": "CA",
- "therapist_name": "Wesley Gibbins",
- "created_time": "2019-04-12T12:30:00+09:00",
- "subscription": {
- "startDate": "2019-04-12T11:30:00+09:00",
- "marketPlace": "GOOGLE_PLAY, APP_STORE, NEOFECT",
- "expireDate": "2019-04-12T11:30:00+09:00",
- "daysLeft": "83",
- "daysJoined": "83",
- "planName": "Free/Free(Home User)/Basic"
}
}
]
}| id required | integer <int64> Example: 1 clinic_id |
| page | integer <int32> Page No |
| size | integer <int32> No of records/rows |
| keyword | string Search Keyword |
| search_type | string (SearchType) Enum: "ALL" "NAME" "EMAIL" |
Array of objects (SortDto) |
{- "page": 1,
- "size": 10,
- "keyword": "pumpkinzomb",
- "search_type": "NAME",
- "sorts": [
- {
- "field": "name",
- "order": "desc"
}
]
}{- "total_count": 170107,
- "total_page": 17011,
- "list": [
- {
- "id": 7,
- "first_name": "Wesley",
- "last_name": "Gibbins",
- "name": "Wesley Gibbins",
- "email": "wessg1234@gmail.com",
- "age": 35,
- "gender": "MALE",
- "req_id": 26,
- "therapist_id": 7,
- "therapist_type": "OT",
- "status": 0,
- "requested_time": "2019-04-12T12:30:00+09:00"
}
]
}| id required | integer <int64> Example: 1 clinic_id |
| mode | integer <int32> 1: APPROVE, 2: DENY |
Array of objects (IdReqDto) |
{- "mode": 1,
- "list": [
- {
- "user_id": 987,
- "target_id": 123,
- "req_id": 26
}
]
}true| id required | integer <int64> Example: 1 clinic_id |
| page | integer <int32> Page No |
| size | integer <int32> No of records/rows |
| keyword | string Search Keyword |
| search_type | string (SearchType) Enum: "ALL" "NAME" "EMAIL" |
Array of objects (SortDto) |
{- "page": 1,
- "size": 10,
- "keyword": "pumpkinzomb",
- "search_type": "NAME",
- "sorts": [
- {
- "field": "name",
- "order": "desc"
}
]
}{- "total_count": 170107,
- "total_page": 17011,
- "list": [
- {
- "id": 7,
- "first_name": "Wesley",
- "last_name": "Gibbins",
- "name": "Wesley Gibbins",
- "email": "wessg1234@gmail.com",
- "age": 35,
- "gender": "MALE",
- "patient_id": 8,
- "therapist_id": 7,
- "state": "CA",
- "therapist_name": "Wesley Gibbins",
- "created_time": "2019-04-12T12:30:00+09:00",
- "subscription": {
- "startDate": "2019-04-12T11:30:00+09:00",
- "marketPlace": "GOOGLE_PLAY, APP_STORE, NEOFECT",
- "expireDate": "2019-04-12T11:30:00+09:00",
- "daysLeft": "83",
- "daysJoined": "83",
- "planName": "Free/Free(Home User)/Basic"
}
}
]
}| id required | integer <int64> Example: 1 clinic_id |
| user_id required | integer <int64> user_id |
| target_id required | integer <int64> patient_id or therapist_id |
[- {
- "user_id": 987,
- "target_id": 123
}
]true| id required | integer <int64> Example: 1 clinic_id |
{- "total_count": 170107,
- "total_page": 17011,
- "list": [
- {
- "id": 7,
- "first_name": "Wesley",
- "last_name": "Gibbins",
- "name": "Wesley Gibbins",
- "email": "wessg1234@gmail.com",
- "age": 35,
- "gender": "MALE",
- "patient_id": 8,
- "therapist_id": 7,
- "state": "CA",
- "therapist_name": "Wesley Gibbins",
- "created_time": "2019-04-12T12:30:00+09:00",
- "subscription": {
- "startDate": "2019-04-12T11:30:00+09:00",
- "marketPlace": "GOOGLE_PLAY, APP_STORE, NEOFECT",
- "expireDate": "2019-04-12T11:30:00+09:00",
- "daysLeft": "83",
- "daysJoined": "83",
- "planName": "Free/Free(Home User)/Basic"
}
}
]
}| id required | integer <int64> Example: 1 clinic_id |
| page | integer <int32> Page No |
| size | integer <int32> No of records/rows |
| keyword | string Search Keyword |
| search_type | string (SearchType) Enum: "ALL" "NAME" "EMAIL" |
Array of objects (SortDto) |
{- "page": 1,
- "size": 10,
- "keyword": "pumpkinzomb",
- "search_type": "NAME",
- "sorts": [
- {
- "field": "name",
- "order": "desc"
}
]
}{- "total_count": 170107,
- "total_page": 17011,
- "list": [
- {
- "id": 7,
- "first_name": "Wesley",
- "last_name": "Gibbins",
- "name": "Wesley Gibbins",
- "email": "wessg1234@gmail.com",
- "age": 35,
- "gender": "MALE",
- "req_id": 26,
- "patient_id": 7,
- "status": 0,
- "requested_time": "2019-04-12T12:30:00+09:00"
}
]
}| id required | integer <int64> Example: 1 clinic_id |
| mode | integer <int32> 1: APPROVE, 2: DENY |
Array of objects (IdReqDto) |
{- "mode": 1,
- "list": [
- {
- "user_id": 987,
- "target_id": 123,
- "req_id": 26
}
]
}true| id required | integer <int64> Example: 1 clinic_id |
| therapist_id required | integer <int64> therapist_id |
| patient_id required | integer <int64> patient_id |
{- "therapist_id": 7,
- "patient_id": 8
}true| id required | integer <int64> Example: 1 clinic_id |
| therapist_id required | integer <int64> therapist_id |
required | Array of objects (IdDto) patients list to be assigned to the therapist |
{- "therapist_id": 7,
- "list": [
- {
- "user_id": 987,
- "target_id": 123
}
]
}true| id required | integer <int64> Example: 1 clinic_id |
| page | integer <int32> Page No |
| size | integer <int32> No of records/rows |
| keyword | string Search Keyword |
| search_type | string (SearchType) Enum: "ALL" "NAME" "EMAIL" |
Array of objects (SortDto) |
{- "page": 1,
- "size": 10,
- "keyword": "pumpkinzomb",
- "search_type": "NAME",
- "sorts": [
- {
- "field": "name",
- "order": "desc"
}
]
}{- "total_count": 170107,
- "total_page": 17011,
- "list": [
- {
- "id": 7,
- "first_name": "Wesley",
- "last_name": "Gibbins",
- "name": "Wesley Gibbins",
- "email": "wessg1234@gmail.com",
- "age": 35,
- "gender": "MALE",
- "therapist_id": 7,
- "patients": 77,
- "therapist_type": "OT",
- "role_type": "NORMAL"
}
]
}| id required | integer <int64> Example: 1 clinic_id |
| role_type required | string (RoleTypeEnumDto) Enum: "NORMAL" "ADMIN" "OWNER" "SYSOWNER" |
| user_id required | integer <int64> target therapist's user_id |
| therapist_id required | integer <int64> target therapist's therapist_id |
{- "role_type": "NORMAL",
- "user_id": 793,
- "therapist_id": 43
}true| id required | integer <int64> Example: 1 clinic_id |
| therapist_id required | integer <int64> Example: therapist_id=15 therapist_id |
{- "total_count": 170107,
- "total_page": 17011,
- "list": [
- {
- "id": 7,
- "first_name": "Wesley",
- "last_name": "Gibbins",
- "name": "Wesley Gibbins",
- "email": "wessg1234@gmail.com",
- "age": 35,
- "gender": "MALE",
- "patient_id": 8,
- "therapist_list": [
- {
- "therapist_id": 7,
- "therapist_name": "Wesley Gibbins",
- "therapist_type": "OT"
}
], - "therapist_summary": "OT1/PT2/OTHERS3",
- "state": "CA",
- "created_time": "2019-04-12T12:30:00+09:00",
- "subscription": {
- "startDate": "2019-04-12T11:30:00+09:00",
- "marketPlace": "GOOGLE_PLAY, APP_STORE, NEOFECT",
- "expireDate": "2019-04-12T11:30:00+09:00",
- "daysLeft": "83",
- "daysJoined": "83",
- "planName": "Free/Free(Home User)/Basic"
}
}
]
}| id required | integer <int64> Example: 1 clinic_id |
| page | integer <int32> Page No |
| size | integer <int32> No of records/rows |
| keyword | string Search Keyword |
| search_type | string (SearchType) Enum: "ALL" "NAME" "EMAIL" |
Array of objects (SortDto) |
{- "page": 1,
- "size": 10,
- "keyword": "pumpkinzomb",
- "search_type": "NAME",
- "sorts": [
- {
- "field": "name",
- "order": "desc"
}
]
}{- "total_count": 170107,
- "total_page": 17011,
- "list": [
- {
- "id": 7,
- "first_name": "Wesley",
- "last_name": "Gibbins",
- "name": "Wesley Gibbins",
- "email": "wessg1234@gmail.com",
- "age": 35,
- "gender": "MALE",
- "patient_id": 8,
- "therapist_list": [
- {
- "therapist_id": 7,
- "therapist_name": "Wesley Gibbins",
- "therapist_type": "OT"
}
], - "therapist_summary": "OT1/PT2/OTHERS3",
- "state": "CA",
- "created_time": "2019-04-12T12:30:00+09:00",
- "subscription": {
- "startDate": "2019-04-12T11:30:00+09:00",
- "marketPlace": "GOOGLE_PLAY, APP_STORE, NEOFECT",
- "expireDate": "2019-04-12T11:30:00+09:00",
- "daysLeft": "83",
- "daysJoined": "83",
- "planName": "Free/Free(Home User)/Basic"
}
}
]
}| id required | integer <int64> Example: 1 clinic_id |
| therapist_id required | integer <int64> Example: therapist_id=15 therapist_id |
{- "total_count": 170107,
- "total_page": 17011,
- "list": [
- {
- "id": 7,
- "first_name": "Wesley",
- "last_name": "Gibbins",
- "name": "Wesley Gibbins",
- "email": "wessg1234@gmail.com",
- "age": 35,
- "gender": "MALE",
- "patient_id": 8,
- "therapist_list": [
- {
- "therapist_id": 7,
- "therapist_name": "Wesley Gibbins",
- "therapist_type": "OT"
}
], - "therapist_summary": "OT1/PT2/OTHERS3",
- "state": "CA",
- "created_time": "2019-04-12T12:30:00+09:00",
- "subscription": {
- "startDate": "2019-04-12T11:30:00+09:00",
- "marketPlace": "GOOGLE_PLAY, APP_STORE, NEOFECT",
- "expireDate": "2019-04-12T11:30:00+09:00",
- "daysLeft": "83",
- "daysJoined": "83",
- "planName": "Free/Free(Home User)/Basic"
}
}
]
}| id required | integer <int64> Example: 1 clinic_id |
| patient_id required | integer <int64> patient_id |
required | Array of objects (IdDto) therapists list to be assigned to the patient |
{- "patient_id": 8,
- "list": [
- {
- "user_id": 987,
- "target_id": 123
}
]
}trueeventCouponList
| page required | integer <int64> (TypeLong) Example: page=1 current page |
| size required | integer <int64> (TypeLong) Example: size=1 per page |
{- "total_count": 0,
- "total_page": 0,
- "list": [
- {
- "event_coupon_id": 0,
- "name": "test",
- "use_start_date": "2019-08-24T14:15:22Z",
- "use_end_date": "2019-08-24T14:15:22Z",
- "benefit_period": 0,
- "benefit_type": 0,
- "stock": 0,
- "stock_free_yn": null,
- "coupon_type": 0
}
]
}eventCoupon detail
| id required | integer <int64> (TypeLong) Example: id=1 event coupon id |
{- "id": 0,
- "name": "string",
- "use_start_date": "2019-08-24T14:15:22Z",
- "use_end_date": "2019-08-24T14:15:22Z",
- "code": "string",
- "coupon_type": 0,
- "use_yn": "string",
- "benefit_period": 0,
- "stock": 0,
- "stock_free_yn": null
}eventCoupon detail update
| id | integer <int64> 아이디 |
| name | string 이름 |
| use_start_date | string <date-time> 이벤트 시작일 |
| use_end_date | string <date-time> 이벤트 종료일 |
| code | string 코드 |
| coupon_type | integer <int64> 쿠폰 타입 어드민에선 속성이라고 표시하고있다. |
| use_yn | string 사용 여부 |
| benefit_period | integer <int64> 혜택 기간(month) |
| stock | integer <int64> 수량 |
| stock_free_yn | String 무제한여부 |
{- "id": 0,
- "name": "string",
- "use_start_date": "2019-08-24T14:15:22Z",
- "use_end_date": "2019-08-24T14:15:22Z",
- "code": "string",
- "coupon_type": 0,
- "use_yn": "string",
- "benefit_period": 0,
- "stock": 0,
- "stock_free_yn": null
}trueeventCoupon detail insert
| id | integer <int64> 아이디 |
| name | string 이름 |
| use_start_date | string <date-time> 이벤트 시작일 |
| use_end_date | string <date-time> 이벤트 종료일 |
| code | string 코드 |
| coupon_type | integer <int64> 쿠폰 타입 어드민에선 속성이라고 표시하고있다. |
| use_yn | string 사용 여부 |
| benefit_period | integer <int64> 혜택 기간(month) |
| stock | integer <int64> 수량 |
| stock_free_yn | String 무제한여부 |
{- "id": 0,
- "name": "string",
- "use_start_date": "2019-08-24T14:15:22Z",
- "use_end_date": "2019-08-24T14:15:22Z",
- "code": "string",
- "coupon_type": 0,
- "use_yn": "string",
- "benefit_period": 0,
- "stock": 0,
- "stock_free_yn": null
}trueeventCoupon User List
| id required | integer <int64> (TypeLong) Example: id=1 coupon id |
| page required | integer <int64> (TypeLong) Example: page=1 current page |
| size required | integer <int64> (TypeLong) Example: size=1 per page |
{- "total_count": 0,
- "total_page": 0,
- "list": [
- {
- "user_id": 0,
- "email": "string",
- "benefit_start_date": "2019-08-24T14:15:22Z",
- "benefit_end_date": "2019-08-24T14:15:22Z",
- "coupon_type": 0,
- "code": "string"
}
]
}