API Name getProfile
API Description Get My Profile Info(Common)
Request URL http://app.madepf.com/api/v1/user/getProfile
Method Type GET
Result Code
0 Success -3 JWT Token expired
-1 Invalid request error -4 Param Error
-2 JWT Token Empty Error
Request Param
Name Type Necessary Description
Response Data
Name Type Description
code Integer Response Result Code
msg String Response Result Message
data Json
{
    "f_idx": "Int : User ID",
    "f_type": "String : Member Type(U: User, A: Admin)",
    "f_phone": "String : Phone Number",
    "f_business_card": "String : Business Card Image Url",
    "f_affiliation": "String : User Affiliation",
    "f_name": "String : User Name",
    "f_point": "Int : User Point",
    "f_push": "String : Push Setting (Y:N)",
    "f_push_vibration": "String : Push Vibration Setting (Y:N)",
    "f_push_off_start_time": "String : Push off start time",
    "f_push_off_end_time": "String : Push off end time",
    "f_usage_date": "String : App Usage Date",
    "f_made_count": "int : Made Count",
    "f_push_count": "int : Push Count",
    "f_write_enable": "String : Write Enable Flag (Y:N)"
}
Response