View player
    • PDF

    View player

    • PDF

    Article summary

    The following details how to view a player's detailed information

    Requests

    GET {API_URL}/players/{player_no}
    

    Request Parameters

    Field nameRequirement statusTypeRestrictionsDescription
    player_noYIntegerPath ParameterPlayer number

    Responses

    Field nameTypeDescription
    resultObject
    result.noIntegerPlayer number
    result.nameStringPlayer name
    result.versionStringSDK version of selected player
    result.auto_updateStringAutomatic updates (Yes/No)
    result.access_keyStringPlayer access key
    result.updated_atStringModification date and time
    result.created_atStringCreation date and time
    result.domainsObjectRegistered domain information
    result.domains.iosObjectRegistered ios app data
    result.domains.ios.noIntegerDomain pk
    result.domains.ios.typeStringDomain type
    result.domains.ios.domainStringaos package ID
    result.domains.ios.created_atStringDomain registration date and time
    result.domains.aosObjectRegistered aos app data
    result.domains.aos.noIntegerDomain pk
    result.domains.aos.typeStringDomain type
    result.domains.aos.domainStringaos package ID
    result.domains.aos.created_atStringDomain registration date and time
    result.domains.webObjectweb among registered domains
    result.domains.web.noIntegerDomain pk
    result.domains.web.typeStringDomain type
    result.domains.web.domainStringURL
    result.domains.web.created_atStringDomain registration date and time

    Request Examples

    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
    

    Success code

    HttpStatusCodeCodeMessage
    200200ok

    Errors

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

    Response examples

    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"
      }
    }
    
    

    Was this article helpful?

    What's Next
    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.