Gateway Response
    • PDF

    Gateway Response

    • PDF

    Article Summary

    게이트웨이 응답 조회

    URL

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

    요청 파라미터

    이름위치필수여부타입설명
    productIdpathYStringProduct Id
    길이(최대/최소): 0/10
    apiIdpathYStringApi Id
    길이(최대/최소): 0/10

    요청 바디

    • 없음

    응답 코드

    • 200

    응답 바디

    {
      "gatewayResponses" : [ {
        "headers" : [ {
          "responseType" : "responseType",
          "headerName" : "headerName",
          "headerValue" : "headerValue",
          "apiId" : "apiId"
        } ],
        "isDefault" : true,
        "responseType" : "responseType",
        "templates" : [ {
          "mappingTemplate" : "mappingTemplate",
          "responseType" : "responseType",
          "contentType" : "contentType",
          "apiId" : "apiId"
        } ],
        "responseName" : "responseName",
        "apiId" : "apiId",
        "statusCode" : 0
      } ]
    }
    

    게이트웨이 응답 초기화

    URL

    DELETE https://apigateway.apigw.ntruss.com/api/v1/products/{product-id}/apis/{api-id}/responses/{response-type}
    

    요청 파라미터

    이름위치필수여부타입설명
    productIdpathYStringProduct Id
    길이(최대/최소): 0/10
    apiIdpathYStringApi Id
    길이(최대/최소): 0/10
    responseTypepathYStringResponse Type
    길이(최대/최소): 0/45

    요청 바디

    • 없음

    응답 코드

    • 204

    응답 바디

    • 없음

    게이트웨이 응답 상태코드 추가

    URL

    POST https://apigateway.apigw.ntruss.com/api/v1/products/{product-id}/apis/{api-id}/responses/{response-type}
    

    요청 파라미터

    이름위치필수여부타입설명
    productIdpathYStringProduct Id
    길이(최대/최소): 0/10
    apiIdpathYStringApi Id
    길이(최대/최소): 0/10
    responseTypepathYStringResponse Type
    길이(최대/최소): 0/45

    요청 바디

    {
      "statusCode" : 0
    }
    

    응답 코드

    • 200

    응답 바디

    {
      "headers" : [ {
        "responseType" : "responseType",
        "headerName" : "headerName",
        "headerValue" : "headerValue",
        "apiId" : "apiId"
      } ],
      "isDefault" : true,
      "responseType" : "responseType",
      "templates" : [ {
        "mappingTemplate" : "mappingTemplate",
        "responseType" : "responseType",
        "contentType" : "contentType",
        "apiId" : "apiId"
      } ],
      "responseName" : "responseName",
      "apiId" : "apiId",
      "statusCode" : 0
    }
    

    이 문서가 도움이 되었습니까?

    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.