docs.openwatch.kr
  • About
  • DATA
    • 지방의원 (local council)
      • 상세이력 (profile)
      • 민간업무 활동내역 (former career)
      • 겸직현황 (extra job)
      • 징계현황 (disciplinaries)
    • 국회의원 (national assembly)
      • 재산신고내역 (asset disclosure)
    • 정치후원금 (political-contributions)
      • 국회의원 (national-assembly)
      • 대통령선거 (presidential election)
      • 지방선거 (local election)
  • API
  • API 목록
    • 시도, 시군구 (local-governments)
    • 정치 후원금 (political-contributions)
      • 총액 (totals)
    • 지방의원 (local-council)
      • 명단 (members)
      • 상세이력 (profiles)
      • 겸직 현황 (extra-jobs)
      • 징계 현황 (disciplinaries)
      • 민간 업무 활동 내역 (former-careers)
    • 국회의원 (national-assembly)
      • 재산 (assets)
      • 명단 (members)
      • 표결 현황 (votes)
      • 국회 본회의 (bon-meetings)
  • Specification
Powered by GitBook
On this page
  1. API 목록
  2. 지방의원 (local-council)

징계 현황 (disciplinaries)

Previous겸직 현황 (extra-jobs)Next민간 업무 활동 내역 (former-careers)

지방의원 징계 현황

get

지방의원별 징계 현황 전체 목록을 조회합니다.

Query parameters
localAssemblyMemberIdstringRequiredExample: LE072485
Responses
200
조회 성공
application/json
get
GET /api/local-council/disciplinaries HTTP/1.1
Host: openwatch.kr
Accept: */*
200

조회 성공

{
  "pagination": {
    "totalCount": 6848
  },
  "rows": [
    {
      "id": "text",
      "localCouncilMemberId": "LE071",
      "decisionDate": "2018-08-01",
      "reason": "지방자치법 제36조 위반",
      "type": "30일 출석정지",
      "description": "사찰 여신도 폭언 사건",
      "misconductType": "욕설, 막말, 폭행",
      "article": "http://andongmbc.co.kr/main/news/news_view.php?num=33438&sfl=REPORTER_NAME&stx=%EC%B5%9C%EB%B3%B4%EA%B7%9C",
      "dataDisclosureRequestDate": "2020-12"
    }
  ]
}