총액 (totals)
정치후원금 총액 목록을 조회합니다. 국회의원 후원회, 지방선거, 대통령선거 별로 후원금 총액 목록을 조회할 수 있습니다.
Query parameters
pageinteger · min: 1OptionalExample:
1
pageSizeinteger · min: 10 · max: 100OptionalExample:
10
candidatestringOptionalExample:
김진태
partyNamestringOptionalExample:
국민의힘
typeundefined · enumOptionalExample:
LOCAL_ASSEMBLY
Possible values: Responses
200
조회 성공
application/json
400
요청값이 잘못되었습니다.
get
GET /api/political-contributions/totals HTTP/1.1
Host: openwatch.kr
Accept: */*
{
"pagination": {
"totalCount": 23
},
"rows": [
{
"id": 1,
"type": "LOCAL_ASSEMBLY",
"sido": "text",
"sigungu": "text",
"year": 2022,
"electoralDisctrict": "경기",
"candidate": "김진태",
"candidateType": "광역단체장",
"partyName": "국민의힘",
"amount": 567853409
}
]
}