ページの先頭行へ戻る
Interstage Mobile Application Server V1.3.0 アプリケーション開発ガイド
FUJITSU Software

A.13.2 レスポンス

ステータスコード
表 A.1 APIが返却するステータスコードを参照してください。
ヘッダー
Content-Type: application/json; charset=UTF-8
ボディ
以下の形式です。
{
    "response":{
        "code":"ステータスコード",
        "message":"メッセージ"
    },
    "messageCount": {
        {
            "totalCount": "全件数",
            "readCount": "既読件数"
        }
    }
}
変数名 説明
response レスポンス
code レスポンスコード int
message レスポンスメッセージ String
messageCount メッセージ件数
totalCount 全件数 int
readCount 既読件数 int