10.5. インスタレーションの検索¶
-
GET
/1/
(tenantId)/push/installations
¶ インスタレーションを検索する。
Request Headers: - X-Application-Id -- アプリケーションID(必須)
- X-Application-Key -- マスターキー(必須)
Status Codes: - 200 OK -- 正常取得
- 401 Unauthorized -- 認証エラー
Response JSON Object: - results (array) -- インスタレーションの配列
レスポンスボディの例
{ "results": [ { "_id": "541bc0a0e4b03de4b0287b2e", "_deviceToken": "xxxx", /*...*/ }, { /*...*/ } ] }
注意事項
- マスターキーが必要なので、通常のアプリケーションでは使用不可。