getRegionList
- Print
- PDF
getRegionList
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Can be used in a VPC environment.
Overview
Search for a region list.
Request
Request parameters
Parameter name | Required | Type | Restrictions | Description |
---|---|---|---|---|
responseFormatType | No | String | Format type of the response results Options : xml | json Default : xml |
Response
Response body
Example
Request Example
GET {API_URL}/getRegionList
Response Example
<getRegionListResponse>
<requestId>ac39d0d1-6982-4f0b-8c18-47ca9100d51b</requestId>
<returnCode>0</returnCode>
<returnMessage>success</returnMessage>
<totalRows>1</totalRows>
<regionList>
<region>
<regionCode>KR</regionCode>
<regionName>Korea</regionName>
</region>
</regionList>
</getRegionListResponse>
Was this article helpful?