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)

겸직 현황 (extra-jobs)

Previous상세이력 (profiles)Next징계 현황 (disciplinaries)

지방의원 겸직 현황

get

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

Query parameters
localCouncilMemberIdstringRequiredExample: LE0761
Responses
200
조회 성공
application/json
get
GET /api/local-council/extra-jobs HTTP/1.1
Host: openwatch.kr
Accept: */*
200

조회 성공

{
  "pagination": {
    "totalCount": 6848
  },
  "rows": [
    {
      "id": 46,
      "localCouncilMemberId": "LE071",
      "organizationName": "돈암 6구역 주택재개발 정비사업 조합",
      "position": "조합장",
      "address": "비공개",
      "salary": "월 250만원",
      "termOfOffice": "2019-09-27 ~",
      "received": "수령",
      "profit": null,
      "reportDate": "2019-09-27",
      "dataCollectionDate": "2021-11",
      "memo": "직책추가"
    }
  ]
}