API Name getHomeData
API Description Get Home Data (Storyboard 5-2~..)
Request URL http://app.madepf.com/api/v1/user/getHomeData
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
{
    "ads": [
        {
            "f_idx": "Int : Ads ID",
            "f_image_url": "String : Content Info",
            "f_connect_type": "String : Link Type(S: Sale, C: Community, I: Image, L: Link)",
            "f_connect_value": "String : Link Value",
            "f_period_day": "Int : Ads Period Day",
            "f_update_time": "String : Update Time"
        }
    ],
    "home_setting": {
        "f_home_content_type": "String : Home Header Content Type",
        "f_home_content": "String : Home Header Content Data",
        "f_home_link_type": "String : Link Type(S: Sale, C: Community, I: Image, L: Link)",
        "f_home_link_data": "String : Link Value",
        "f_home_search_hint": "String : Home Search Text",
        "f_ads_mode": "String : Ads View Mode(S: Sequence, R: Random)",
        "f_ads_duration_sec": "String : Ads show duration Sec"
    },
    "interest_sites": [
        {
            "f_idx": "Int : Site ID",
            "f_name": "String : Site Name"
        }
    ],
    "today_notify": [
        {
            "f_idx": "Int : Notify ID",
            "f_reg_time": "String : Reg Time",
            "f_user_idx": "Int : User ID",
            "f_site_idx": "Int : Site ID",
            "f_title": "String : Title",
            "f_content": "String : Content",
            "f_address1": "String : Address1",
            "f_address2": "String : Address2",
            "f_contact_name_1": "String : Contact Name1",
            "f_contact_phone_1": "String : Contact Phone1",
            "f_contact_name_2": "String : Contact Name2",
            "f_contact_phone_2": "String : Contact Phone2",
            "f_push": "String : Push Flag(Y,N)",
            "f_made": "String : Made Flag(Y,N)",
            "f_site_name": "String : Site Name",
            "f_read": "String : Read Flag(Y,N)"
        }
    ]
}
Response