1. Profile Inbox

https://domain/api/app_user_in_box_record/page

1.1) request body

name type necessary remark
userId string Y user id
read Bool N false for unread, true for readed, null for all.
pageNo int N default 1
pageSize int N default 20

1.2) response body

name type remark
success bool true/false
errCode string error code: 0 is success, Non-zero is error code
errMsg string error message when error code is non-zero
data T bussiness entity

data description

name type remark
number int pageNo
size int pageSize
totalPages int total pages count
content list list of message items

content item description

name type remark
id string Message ID
created int created timestamp
modified int latest modified timestamp
countryId string country id: IN
title string title of article
content string content of article
userId string userId

2. Profile Inbox read

https://domain/api/app_user_in_box_record/read

2.1) request body

name type necessary remark
id string Y message id

2.2) response body

name type remark
success bool true/false
errCode string error code: 0 is success, Non-zero is error code
errMsg string error message when error code is non-zero
data T bussiness entity

3. Profile unread message counter

https://domain/api/app_user_in_box_record/unread_counter

2.1) request body

name type necessary remark

2.2) response body

name type remark
success bool true/false
errCode string error code: 0 is success, Non-zero is error code
errMsg string error message when error code is non-zero
data T unread message counter

results matching ""

    No results matching ""