10.5. インスタレーションの検索

GET /1/(tenantId)/push/installations

インスタレーションを検索する。

Request Headers:
 
  • X-Application-Id -- アプリケーションID(必須)
  • X-Application-Key -- マスターキー(必須)
Status Codes:
Parameters:
  • where (string) -- クエリ条件 (JSON文字列)
Response JSON Object:
 
  • results (array) -- インスタレーションの配列

レスポンスボディの例

{
    "results": [
        {
            "_id": "541bc0a0e4b03de4b0287b2e",
            "_deviceToken": "xxxx",
            /*...*/
         },
         { /*...*/ }
     ]
}

注意事項

  • マスターキーが必要なので、通常のアプリケーションでは使用不可。