get_batch_articles
Retrieve multiple articles from Korean laws in a single batch query by specifying law identifiers and article numbers.
Instructions
[배치] 여러 조문 일괄 조회. mst+articles 또는 laws 배열.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mst | No | 법령일련번호 (단일 법령 조회 시) | |
| lawId | No | 법령ID (단일 법령 조회 시) | |
| articles | No | 조문 번호 배열 (단일 법령 조회 시, 예: ['제38조', '제39조']) | |
| efYd | No | 시행일자 (YYYYMMDD 형식) | |
| apiKey | No | 법제처 Open API 인증키(OC). 사용자가 제공한 경우 전달 | |
| laws | No | 복수 법령 조문 일괄 조회 (예: [{mst:'123', articles:['제1조','제2조']}, {lawId:'456', articles:['제3조']}]) |