API Name getCommunityDetail
API Description Get Community Item
Request URL http://app.madepf.com/api/v1/community/getCommunityDetail
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
community_idx int Community ID
Response Data
Name Type Description
code Integer Response Result Code
msg String Response Result Message
data Json
{
    "f_idx": "Int : Community ID",
    "f_reg_time": "String : Reg Time",
    "f_user_idx": "Int : User ID",
    "f_type": "String : Type(N: Notice, S: Find Site, W: Find Worker/Find Job, R: Report)",
    "f_title": "String : Title",
    "f_content": "String : Content",
    "f_phone": "String : Phone Number",
    "f_push": "String : Push Flag(Y,N)",
    "f_made": "String : Made Flag(Y,N)",
    "f_image_url": "String : Image Url",
    "f_read": "String : Read Flag(Y,N)",
    "comment_list": {
        "f_idx": "Comment ID",
        "f_user_idx": "Comment Writer ID",
        "f_comment": "Comment Content",
        "f_parent_idx": "Parent Comment ID",
        "f_secret": "Secret Flag(Y:N)"
    }
}
Response