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",
          "zoneCode" : "PUBLIC"
        } ]
      }
    }
    

    게시된 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.