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

B.2.3 使用例

全てのプッシュ種別(IMAPSプッシュ、APNs、GCM)、アプリケーション名(app001)の登録IDの一覧を取得する場合

https://(server):(port)/pushidmng/regIDs
{"appName":"app001"}

プッシュ種別FJP、アプリケーション名(app001)の登録ID一覧を取得する場合

https://(server):(port)/pushidmng/regIDs
{"pushKind":"FJP","appName":"app001"}

プッシュ種別FJPのアプリケーション名(app001)の登録IDの1件目から100件の一覧を取得する場合

https://(server):(port)/pushidmng/regIDs
{"pushKind":"FJP","appName":"app001","offset":1,"maxCount:100}

レスポンス例(getExtFlag=falseの場合)

{"response":{"code":"200","message":""},"dataCount":{"totalCount":"2","currentCount":"2"},
"regIDs":[{"regID":"9983cd8368330cf800620350d609925153d43119f5e4d607fea362356e11668a","extData":""},
{"regID":"qPudDDVCLfYuD6FoouRVJpi","extData":""}]}