배치 관리 조회

배치관리 목록 조회

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
chevron-right
200

성공

*/*
timestampstring · date-timeOptional

result time

codestringOptional

result code

messagestringOptional

result message

isProcessbooleanOptional

process check

errorbooleanOptional

is error

get
/v1/system/batchMgmt/getBatchList

배치관리 건수 조회

get

기능설명

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


상세설명

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

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

배치명

batchGbCdstringOptional

배치구분코드(CM007)

batchExeTypCdstringOptional

배치실행유형코드(CM011)

Responses
chevron-right
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

Last updated