View Player List
    • PDF

    View Player List

    • PDF

    Article summary

    View the list of players.

    Requests

    GET {API_URL}/players
    

    Request Parameters

    Field nameRequirement statusTypeRestrictionsDescription
    page_sizeNInteger10 – 1000Items per page (default: 10)
    page_noNInteger1 – 1000Page number (default: 1)
    sort_typeNStringdesc / ascSort by creation date (default: desc)

    Responses

    Field nameTypeDescriptionRemarks
    result[] Object
    result.page_countIntegerTotal number of pages
    result.page_noIntegerCurrent page number
    result.page_sizeIntegerItems per requested page
    result.totalIntegerTotal number of items
    result.pricingStringUser's pricing plan (free: free / pay: paid)
    result.list[] Object
    result.list.noIntegerPlayer number
    result.list.nameStringPlayer name
    result.list.versionStringSDK player version
    result.list.access_keyStringPlayer access key
    result.list.updated_atStringModification date and time
    result.list.created_atStringCreation date and time

    Success code

    HttpStatusCodeCodeMessage
    200200ok

    Request Examples

    GET /api/v1/players
    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
    

    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": [ {
            "no": 3994,
             "name": "apiguide",
             "version": "latest",
             "access_key": "23c6e1b8cd62a6b0f12db7920f7336f0",
             "updated_at": "2023-04-13T01:34:13.000+00:00",
             "created_at": "2023-04-13T01:34:13.000+00:00"
        } ],
        "pagination": {
            "page_size": 10,
            "page_no": 1,
            "total": 1,
            "page_count": 1
        },
        "pricing": "pay"
    }
    

    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.