Open Api 이력 조회
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
pageIdxStringRequiredExample:
현재 페이지
1rowsPerPageStringRequiredExample:
페이지 당 row
10Responses
200
성공
*/*
totalCountinteger · int32Optional
900
업무처리 오류 내용
*/*
get/v2/system/openApiLog/getOpenApiLogList
GET /api/bo/v2/system/openApiLog/getOpenApiLogList?openApiLogRequest=[object+Object]&pageIdx=null&rowsPerPage=null HTTP/1.1
Host: api-bo.x2bee.com/
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"totalCount": 1,
"payloads": [
{
"totalCnt": 1,
"openApiLogSeq": 1,
"entrNo": 1000001,
"entrNm": "플래티어",
"jobAreaGbCd": 10,
"openApiNm": "브랜드조회",
"openApiUrl": "/api/intf/v1/goods/brand/getGoodsBrandSearch",
"connIpAddr": "text",
"caloDtm": "2026-01-01T00:00:00.000Z",
"procStatus": "Y",
"exeTm": 12345.678
}
]
}Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
Responses
200
성공
*/*
Open Api 파라미터 조회 응답 DTO
reqPrmtJsonstringOptional
요청파라미터 JSON
rplyContsstringOptional
응답내용
errorContsstringOptional
오류내용
900
업무처리 오류 내용
*/*
get/v1/system/openApiLog/getOpenApiParameter
GET /api/bo/v1/system/openApiLog/getOpenApiParameter?openApiLogParameterRequest=[object+Object] HTTP/1.1
Host: api-bo.x2bee.com/
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"reqPrmtJson": "text",
"rplyConts": "text",
"errorConts": "text"
}마지막 업데이트