GetGroupList
    • PDF

    GetGroupList

    • PDF

    Article Summary

    当該コンテンツは、ローカリゼーションサービスを準備しております。早急にローカライズサービスをご提供できるよう、努めております。

    • Groupを照会します。

    API

    GET /api/v1/groups
    
    Content-Type: application/json; charset=utf-8
    x-ncp-apigw-timestamp: {Timestamp}
    x-ncp-iam-access-key: {Sub Account Access Key or STS Access Key}`
    x-ncp-apigw-signature-v2: {API Gateway Signature}
    

    API Header

    Request Headers

    Request

    Parameters

    パラメータ必須タイプ制約事項説明
    groupNameNStringGroup Name
    pageIndexNintegerdefault: 0, starting from 0
    pageSizeNintegerdefault: 20, max: 100

    Response

    Response body

    {
      "items": [
        {
          "groupId": "string",
          "groupName": "string",
          "groupDesc": "string",
          "createTime": "integer",
          "updateTime": "integer"
        }
      ],
      "pageIndex": "integer",
      "pageSize": "integer",
      "hasMore": "boolean"
    }
    
    パラメータ名必須タイプ説明
    itemsarray of object
    - groupIdstring
    - groupNamestring
    - groupDescstring
    - createTimeinteger
    - updateTimeinteger
    pageIndexinteger
    pageSizeinteger
    hasMoreboolean

    Error

    以下のエラーコードは、このアクション(Action)で発生する特徴的なエラーです。エラーレスポンス形式はErrorResponseを参照してください。
    共通して発生するエラーに対する詳細説明は、NAVERクラウドプラットフォームAPIを参考にしてください。


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

    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.