Published Product
    • PDF

    Published Product

    • PDF

    Article Summary

    Product照会

    URL

    POST https://apigateway.apigw.ntruss.com/api/v1/published-products/search
    

    リクエストパラメータ

    • なし

    リクエストボディ

    {
      "subscribed" : true,
      "publisherId" : "publisherId",
      "offset" : 6,
      "limit" : 0,
      "productName" : "productName",
      "productType" : [ "MY" ]
    }
    

    応答コード

    • 200

    応答ボディ

    {
      "initialCount" : 0,
      "productPage" : {
        "total" : 6,
        "content" : [ {
          "subscriptionCode" : "PROTECTED",
          "subscribed" : true,
          "domainCode" : "domainCode",
          "productId" : "productId",
          "tenantId" : "tenantId",
          "productDescription" : "productDescription",
          "productName" : "productName"
        } ]
      }
    }
    

    公開されたAPIドキュメント照会

    URL

    GET https://apigateway.apigw.ntruss.com/api/v1/published-products/{product-id}/apis/{api-id}/documents
    

    リクエストパラメータ

    名前位置必須かどうかタイプ説明
    productIdpathYStringProduct Id
    長さ(最大/最小):0 / 10
    apiIdpathYStringApi Id
    長さ(最大/最小):0 / 10

    リクエストボディ

    • なし

    応答コード

    • 200

    応答ボディ

    {
      "modifier" : "modifier",
      "tenantId" : "tenantId",
      "apiId" : "apiId",
      "documentMd" : "documentMd"
    }
    

    投稿されたProduct照会

    URL

    GET https://apigateway.apigw.ntruss.com/api/v1/published-products/{product-id}
    

    リクエストパラメータ

    名前位置必須かどうかタイプ説明
    productIdpathYStringProduct Id
    長さ(最大/最小):0 / 10

    リクエストボディ

    • なし

    応答コード

    • 200

    応答ボディ

    {
      "product" : {
        "invokeId" : "invokeId",
        "domainCode" : "domainCode",
        "productId" : "productId",
        "isPublished" : true,
        "modifier" : "modifier",
        "permission" : "permission",
        "productName" : "productName",
        "subscriptionCode" : "PROTECTED",
        "isDeleted" : true,
        "modTime" : "2000-01-23T04:56:07.000+00:00",
        "tenantId" : "tenantId",
        "disabled" : true,
        "productDescription" : "productDescription",
        "actionName" : "actionName"
      }
    }
    

    Product文書検索

    URL

    GET https://apigateway.apigw.ntruss.com/api/v1/published-products/{product-id}/documents
    

    リクエストパラメータ

    名前位置必須かどうかタイプ説明
    productIdpathYStringProduct Id
    長さ(最大/最小):0 / 10
    offsetquery stringNLongOffset
    最小:0
    最大:9,223,372,036,854,775,807
    limitquery stringNLongLimit
    最小:1
    最大:9,223,372,036,854,775,807
    apiNamequery stringNStringApi Name
    長さ(最大/最小):0 / 20

    リクエストボディ

    • なし

    応答コード

    • 200

    応答ボディ

    {
      "apiPage" : {
        "total" : 6,
        "content" : [ {
          "apiName" : "apiName",
          "domainCode" : "domainCode",
          "stages" : [ {
            "deployedStageDeploymentNo" : 0,
            "stageName" : "stageName",
            "host" : "host",
            "stageId" : "stageId"
          } ],
          "apiDescription" : "apiDescription",
          "apiId" : "apiId"
        } ]
      }
    }
    

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

    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.