get_public_report
Retrieve and filter public records of Korean independence activists using customizable search parameters such as name, birthdate, management number, and more.
Instructions
독립유공자 공적조서를 조회합니다
Input Schema
Name | Required | Description | Default |
---|---|---|---|
achivement | No | 공적개요 | |
achivement_ko | No | 공적개요 국한문병기 | |
birthday | No | 생년월일 (YYYYMMDD, 년(1945), 년월(194501), 년월일(19450101)) | |
count_per_page | No | 페이지 당 데이터 건수 (최대 50건) | |
diff_name | No | 이명 | |
hunkuk | No | 훈격 | |
judge_year | No | 포상년도 | |
lastday | No | 사망년월일 (YYYYMMDD, 년(1945), 년월(194501), 년월일(19450101)) | |
mng_no | No | 관리번호 | |
name_ch | No | 성명(한자) | |
name_ko | No | 성명(한글) | |
page_index | No | 페이지 번호 | |
register_large_div | No | 본적대분류 | |
register_mid_div | No | 본적중분류 | |
sex | No | 성별 (0: 여, 1: 남) | |
workout_affil | No | 운동계열 |
Input Schema (JSON Schema)
{
"properties": {
"achivement": {
"description": "공적개요",
"type": "string"
},
"achivement_ko": {
"description": "공적개요 국한문병기",
"type": "string"
},
"birthday": {
"description": "생년월일 (YYYYMMDD, 년(1945), 년월(194501), 년월일(19450101))",
"type": "string"
},
"count_per_page": {
"default": 10,
"description": "페이지 당 데이터 건수 (최대 50건)",
"maximum": 50,
"type": "integer"
},
"diff_name": {
"description": "이명",
"type": "string"
},
"hunkuk": {
"description": "훈격",
"enum": [
"PSG00002",
"PSG00003",
"PSG00004",
"PSG00005",
"PSG00006",
"PSG00007",
"PSG00008"
],
"type": "string"
},
"judge_year": {
"description": "포상년도",
"type": "string"
},
"lastday": {
"description": "사망년월일 (YYYYMMDD, 년(1945), 년월(194501), 년월일(19450101))",
"type": "string"
},
"mng_no": {
"description": "관리번호",
"type": "string"
},
"name_ch": {
"description": "성명(한자)",
"type": "string"
},
"name_ko": {
"description": "성명(한글)",
"type": "string"
},
"page_index": {
"default": 1,
"description": "페이지 번호",
"type": "integer"
},
"register_large_div": {
"description": "본적대분류",
"type": "string"
},
"register_mid_div": {
"description": "본적중분류",
"type": "string"
},
"sex": {
"description": "성별 (0: 여, 1: 남)",
"enum": [
"0",
"1"
],
"type": "string"
},
"workout_affil": {
"description": "운동계열",
"enum": [
"UGC00002",
"UGC00003",
"UGC00004",
"UGC00005",
"UGC00006",
"UGC00007",
"UGC00008",
"UGC00009",
"UGC00010",
"UGC00011",
"UGC00012",
"UGC00013",
"UGC00014",
"UGC00015",
"UGC00017",
"UGC00023",
"UGC00024"
],
"type": "string"
}
},
"type": "object"
}