プレイヤー照会
    • PDF

    プレイヤー照会

    • PDF

    記事の要約

    プレイヤーの詳細情報を照会する方法は、以下のとおりです。

    リクエスト

    GET {API_URL}/players/{player_no}
    

    リクエストパラメータ

    フィールド名要否タイプ制約事項説明
    player_noYIntegerPath Parameterプレイヤー番号

    レスポンス

    フィールド名タイプ説明
    resultObject
    result.noIntegerプレイヤー番号
    result.nameStringプレイヤー名
    result.versionString選択したプレイヤー SDKバージョン
    result.auto_updateString自動アップデートの有無
    result.access_keyStringプレイヤーアクセスキー
    result.updated_atString修正日時
    result.created_atString作成日時
    result.domainsObject登録されたドメイン情報
    result.domains.iosObject登録された iosアプリデータ
    result.domains.ios.noIntegerドメイン pk
    result.domains.ios.typeStringドメインタイプ
    result.domains.ios.domainStringaosパッケージ ID
    result.domains.ios.created_atStringドメイン登録日時
    result.domains.aosObject登録された aosアプリデータ
    result.domains.aos.noIntegerドメイン pk
    result.domains.aos.typeStringドメインタイプ
    result.domains.aos.domainStringaosパッケージ ID
    result.domains.aos.created_atStringドメイン登録日時
    result.domains.webObject登録されたドメインのうち web
    result.domains.web.noIntegerドメイン pk
    result.domains.web.typeStringドメインタイプ
    result.domains.web.domainStringURL
    result.domains.web.created_atStringドメイン登録日時

    リクエスト例

    GET /api/v1/player/1
    HOST: vpe.apigw.ntruss.com
    Content-Type: application/json
    x-ncp-apigw-timestamp:1521787414578
    x-ncp-iam-access-key:6uxz1nKkcYwUjWRG5Q1V7NsW0i5jErlu2NjBXXgy
    x-ncp-apigw-signature-v2:iJFK773KH0WwQ79PasqJ+ZGixtpDQ/abS57WGQdld2M=
    x-ncp-region_code:KR
    

    成功コード

    HttpStatusCodeCodeMessage
    200200ok

    エラーコード

    HttpStatusCodeCodeMessageDescription
    2004601Query string player_no is missing.
    2004801No player information.

    レスポンス例

    HTTP/1.1 200 OK
    Date: Fri, 26 Feb 2021 09:53:32 GMT
    Content-Type: application/json;charset=utf-8
    Connection: keep-alive
    Access-Control-Allow-Origin: *
    x-ncp-trace-id: 36c9k60om4p3238cpmc9gm4cj4
    
    {
      "code": "200",
      "message": ok,
      "result": {
        "name": "test",
        "no": 1234,
        "version" : "1.0.0",
        "auto_update": "Y",
        "domains": {
          "aos": [
            {
              "no": 6965,
              "type": "aos",
              "domain": "com.test.com",
              "created_at": "2023-04-13T01:34:13.000+00:00"
            }
          ],
          "ios": [
            {
              "no": 6964,
              "type": "ios",
              "domain": "com.test.com",
              "created_at": "2023-04-13T01:34:13.000+00:00"
            }
          ],
          "web": [
            {
              "no": 6963,
              "type": "web",
              "domain": "http://test.com",
              "created_at": "2023-04-13T01:34:13.000+00:00"
            }
          ]
        },
        "access_key": "92f4a22e68",
        "created_at": "2023-04-13T01:34:13.000+00:00",
        "updated_at": "2023-04-19T03:19:06.000+00:00"
      }
    }
    
    

    この記事は役に立ちましたか?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.