活用例
    • PDF

    活用例

    • PDF

    記事の要約

    使用例

    オンライン状態の総数の照会方法

    Request

    • Method : POST
    • URI : https://dashboard-api.ncloudchat.naverncp.com/v1/api/subscriptions
    GET
    url : https://dashboard-api.ncloudchat.naverncp.com/v1/api/subscriptions?filter=%7B%22online%22%3Atrue%7D&sort=%7B%22created_at%22%3A%22-1%22%7D&option=%7B%22count%22%3Atrue%7D
    Header : 'content-type: application/json'
    Header 'x-api-key: 86dcgffae0xxxxxxxxxxxxxx'
    Header : 'x-project-id: ec8231b2-6b20-4ad1-xxxx-xxxxxxxxx'
    
    
    HeaderTypeRequiredDescription
    X-API-KEYStringOGAMEPOTで発行する認証キー
    X-PROJECT-IDStringOダッシュボードプロジェクト ID
    パラメータタイプ必須の有無説明
    filterStringO{"online":true} 現在オンライン状態のユーザーを照会
    sortStringXソートしようとするフィールドのフィルタを定義します。
    optionStringX{"count":true} 総数だけ取得します。

    Response

    成功

    {
      "data": {
        "subscriptions": {
          "totalCount": 5227,
          "edges": null
        }
      }
    }
    
    AttributeTypeDescription
    totalCountNumberプロジェクト ID

    失敗

    {
        "status": -1,
        "message": "エラーメッセージ"
    }
    
    AttributeTypeDescription
    codeInt結果値 (1: 成功、失敗時 Error code参照)
    errorStringエラー内容

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

    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.