For the complete documentation index, see llms.txt. This page is also available as Markdown.

배치 관리 조회

배치관리 목록 조회

get

기능설명

  • 배치명, 배치구분코드, 실행유형 에 맞는 배치관리 목록을 조회합니다.


상세설명

  • 배치명, 배치구분코드, 실행유형 에 맞는 배치관리 목록을 조회합니다.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
batchNmstringOptional

배치명

batchGbCdstringOptional

배치구분코드(CM007)

batchExeTypCdstringOptional

배치실행유형코드(CM011)

pageIdxstringRequired

현재 페이지

Example: 1
rowsPerPagestringRequired

페이지 당 row

Example: 10
Responses
200

성공

*/*
timestampstring · date-timeOptional

result time

codestringOptional

result code

messagestringOptional

result message

isProcessbooleanOptional

process check

errorbooleanOptional

is error

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"
    }
  ]
}

배치관리 건수 조회

get

기능설명

  • 배치명, 배치구분코드, 실행유형 에 맞는 배치관리 건수를 조회합니다.


상세설명

  • 배치명, 배치구분코드, 실행유형 에 맞는 배치관리 건수를 조회합니다.

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

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"
    }
  ]
}

마지막 업데이트