{
"response": {
"code": " ステータスコード",
"message": "メッセージ"
},
"dataCount": {
"totalCount": "全件数",
"currentCount": "通知件数"
},
"regIDs": [
{
"regID": "登録ID",
"extData":"拡張データ"
},
{
"regID": "登録ID",
"extData":"拡張データ"
},
{
"regID": "登録ID",
"extData":"拡張データ"
},
...
]
}
|
変数名 |
説明 |
型 |
|---|---|---|
|
response |
レスポンス |
- |
|
code |
ステータスコード |
int |
|
message |
メッセージ |
String |
|
dataCount |
件数 |
- |
|
totalCount |
条件に一致する全件数 |
int |
|
currentCount |
レスポンスに含まれる件数 |
int |
|
regIDs |
登録IDのリスト |
配列 |
|
regID |
登録ID |
String |
|
extData |
拡張データ |
String |