배치 관리 조회
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
batchNmstringOptional
배치명
batchGbCdstringOptional
배치구분코드(CM007)
batchExeTypCdstringOptional
배치실행유형코드(CM011)
pageIdxstringRequiredExample:
현재 페이지
1rowsPerPagestringRequiredExample:
페이지 당 row
10Responses
200
성공
*/*
timestampstring · date-timeOptional
result time
codestringOptional
result code
messagestringOptional
result message
isProcessbooleanOptional
process check
errorbooleanOptional
is error
900
업무처리 오류 내용
*/*
get/v1/system/batchMgmt/getBatchList
GET /api/bo/v1/system/batchMgmt/getBatchList?stMgrBatchBaseRequest=[object+Object]&pageIdx=text&rowsPerPage=text HTTP/1.1
Host: api-bo.x2bee.com/
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"timestamp": "2026-01-01T00:00:00.000Z",
"code": "text",
"message": "text",
"isProcess": true,
"payload": [
{
"batchNo": 1000002,
"batchNm": "사이트정보",
"batchGbCd": "이벤트",
"batchExeTypCd": "Hourly",
"exeCycleYyVal": 1,
"exeCycleMmVal": 2,
"exeCycleWkVal": 3,
"exeCycleWdayVal": 4,
"exeCycleHhVal": 18,
"exeCycleMinVal": "00",
"exeCmdw": "https://beta-venus-batch-gddp.x2bee.com/batch/gddp/jobs/batCcJob?batchTyp=D",
"batchStatCd": 20,
"mainAempNm": "x2bee",
"scndAempNm": "x2bee"
}
],
"error": true,
"errors": [
{
"field": "text",
"message": "text"
}
]
}Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
batchNmstringOptional
배치명
batchGbCdstringOptional
배치구분코드(CM007)
batchExeTypCdstringOptional
배치실행유형코드(CM011)
Responses
200
성공
*/*
timestampstring · date-timeOptional
result time
codestringOptional
result code
messagestringOptional
result message
isProcessbooleanOptional
process check
payloadinteger · int32Optional
payload
errorbooleanOptional
is error
900
업무처리 오류 내용
*/*
get/v1/system/batchMgmt/getBatchListCount
GET /api/bo/v1/system/batchMgmt/getBatchListCount?stMgrBatchBaseRequest=[object+Object] HTTP/1.1
Host: api-bo.x2bee.com/
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"timestamp": "2026-01-01T00:00:00.000Z",
"code": "text",
"message": "text",
"isProcess": true,
"payload": 1,
"error": true,
"errors": [
{
"field": "text",
"message": "text"
}
]
}마지막 업데이트