サービス一覧の照会
    • PDF

    サービス一覧の照会

    • PDF

    記事の要約

    最新のコンテンツが反映されていません。早急にアップデート内容をご提供できるよう努めております。最新のコンテンツ内容は韓国語ページをご参照ください。

    全体サービスリストを照会します。

    GET https://aitems.apigw.ntruss.com/api/v1/services
    

    リクエスト

    リクエストパラメーター

    レスポンス

    フィールド名タイプ説明備考
    services[].serviceIdStringサービスID
    services[].nameStringサービス名
    services[].statusStringサービスの状態
    services[].createdDateStringサービス作成日
    services[].updatedDateString最終アップデート

    レスポンスStatus

    HTTP StatusDesc
    200OK(照会完了)
    400Bad Request
    401Unauthorized
    403Forbidden
    404Not Found
    500Internal Server Error

    リクエスト例

    GET /api/v1/services
    
    Host: aitems.apigw.ntruss.com
    accept: application/json
    x-ncp-iam-access-key: {Access key}
    x-ncp-apigw-signature-v2: {API GW signature}
    x-ncp-apigw-timestamp: {timestamp}
    

    レスポンス例

    {
      "services": [
        {
          "serviceId": "v5tmlhw3e5b",
          "name": "book-service",
          "status": "learnable",
          "createdDate": "2021-09-29T11:41:15.857",
          "updatedDate": "2021-10-28T12:24:22.563"
        },
        {
          "serviceId": "nko7izq3mbm",
          "name": "movie-service",
          "status": "learnable",
          "createdDate": "2021-09-29T11:36:50.217",
          "updatedDate": "2021-11-24T15:24:20.985"
        }
      ]
    }
    

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

    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.