get-data-box-frame-list
- Print
- PDF
get-data-box-frame-list
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
It views the Data Box Frame list.
GET https://{endpoint}/data-box-frame/get-data-box-frame-list
Requests
Request parameters
Parameter name | Requirement status | Type | Restrictions | Description |
---|---|---|---|---|
pageNo | No | Integer | 1 ~ 100 | Page number |
pageSize | No | Integer | 1 ~ 100 | Number of items viewed per page |
Responses
HTTP status code | Description |
---|---|
200 | Success |
400 | Request information error |
401 | Authentication failed |
403 | No permission to request information |
404 | Resource not found |
500 | Server error |
Examples
Request examples
GET https://databoxframe.apigw.ntruss.com/api/v1/data-box-frame/get-data-box-frame-list
Response examples
{
"totalCount": 1,
"content": [
{
"dataBoxFrameNo": "1046",
"dataBoxFrameName": "frame-dev-20230315",
"dataBoxCount": "1",
"createDate": "2023-03-15 10:53:10",
"statusCode": "SET_USE",
"statusName": "Using"
}
]
}
Properties
Items | Requirement status | Type | Restrictions | Description |
---|---|---|---|---|
totalCount | Yes | Integer | Total number of Data Box Frames | |
dataBoxFrameNo | Yes | String | Data Box Frame number | |
dataBoxFrameName | Yes | String | Data Box Frame name | |
dataBoxCount | Yes | String | Number of Data Boxes in Data Box Frame | |
createDate | Yes | String | Created date of Data Box Frame | |
statusCode | Yes | String | Status code of Data Box Frame | |
statusName | Yes | String | Status name of Data Box Frame |
Errors
HTTP Status Code | Return code | Description |
---|---|---|
400 | 10001, 130*** | Request information and parameter error |
403 | 10002 | No permission to request information |
404 | 10009 | Resource not found |
500 | 130000 | Service internal error |
500 | 139999 | Integration service API call error |
Was this article helpful?