| id | seznam-politickych-stran |
| name | Seznam politických stran a hnutí |
| datasetId | seznam-politickych-stran |
| origUrl | https://aplikace.mvcr.cz/seznam-politickych-stran/Default.aspx |
| sourcecodeUrl | https://github.com/HlidacStatu/Datasety/tree/master/RejstrikPolitickychStran |
| description | Rejstřík politických stran a politických hnutí vedený Ministerstvem vnitra od 1. ledna 2001 na základě § 9 zákona č. 424/1991 Sb., o sdružování v politických stranách a v politických hnutích. |
| jsonSchema |
{
"definitions": {
"osoba": {
"type": [
"object",
"null"
],
"properties": {
"celeJmeno": {
"type": [
"string",
"null"
]
},
"narozeni": {
"type": [
"string",
"null"
],
"format": "date"
},
"adresa": {
"type": [
"string",
"null"
]
},
"platiOd": {
"type": [
"string",
"null"
],
"format": "date"
},
"funkce": {
"type": [
"string",
"null"
]
},
"HsProcessType": {
"type": [
"string",
"null"
]
},
"OsobaId": {
"type": [
"string",
"null"
]
}
}
}
},
"type": "object",
"properties": {
"nazev": {
"type": [
"string",
"null"
]
},
"zkratka": {
"type": [
"string",
"null"
]
},
"adresaSidla": {
"type": [
"string",
"null"
]
},
"denRegistrace": {
"type": [
"string",
"null"
],
"format": "date"
},
"cisloRegistrace": {
"type": [
"string",
"null"
]
},
"identifikacniCislo": {
"type": [
"string",
"null"
]
},
"statutarniOrgan": {
"type": [
"string",
"null"
]
},
"Osoby": {
"type": [
"array",
"null"
],
"items": {
"$ref": "#/definitions/osoba"
}
}
}
}
|
| createdBy | jakub.balada@gmail.com |
| created | 28.4.2019 |
| betaversion | |
| allowWriteAccess | |
| hidden | |
| searchResultTemplate |
(header:, body:<!-- scriban {{ date.now }} -->
<table class="table table-hover">
<thead>
<tr>
<th>IČO
</th>
<th>Název strany
</th>
<th style="max-width:190px">Orgán strany
</th>
<th style="min-width:220px">Osoby
</th>
<th>Registrována dne
</th>
</tr>
</thead>
<tbody>
{{ for item in model.Result }}
<tr>
<td >
<a href="{{ fn_DatasetItemUrl item.id }}">{{ item.identifikacniCislo }}
</a>
</td>
<td >{{fn_ShortenText item.nazev 80 }}
</td>
<td >{{fn_ShortenText item.statutarniOrgan 80 }}
</td>
<td >
{{ for o in item.osoby }}
<div>{{fn_RenderPersonWithLink o.OsobaId o.celeJmeno "" }}
{{fn_RenderPersonStatistic o.OsobaId prefix:" - " }}
</div>
{{ end # for item.osoby}}
</td>
<td >{{ fn_FormatDate item.denRegistrace "dd.MM.yyyy" }}
</td>
</tr>
{{ end # for model.Result }}
</tbody>
</table>, footer:, title:, properties:)
|
| detailTemplate |
(header:, body:<!-- scriban {{ date.now }} -->
{{this.item = model}}
<table class="table table-hover">
<tbody>
<tr>
<td>IČO
</td>
<td >
<a href="{{ fn_DatasetItemUrl item.id }}">{{ item.identifikacniCislo}}
</a>
</td>
<tr>
<td>Název strany
</td>
<td >{{item.nazev}}
</td>
<tr>
<td>Zkratka
</td>
<td >{{item.zkratka}}
</td>
<tr>
<td>Orgán strany
</td>
<td >{{item.statutarniOrgan}}
</td>
<tr>
<td>Osoby
</td>
<td >
<ul>
{{ for o in item.osoby }}
<li>{{fn_RenderPersonWithLink o.OsobaId o.celeJmeno "" }}
{{fn_RenderPersonStatistic o.OsobaId prefix: "(" postfix: ")" }}
</li>
{{end #for}}
</ul>
</td>
<tr>
<td>Registrována dne
</td>
<td >{{fn_FormatDate item.denRegistrace "dd.MM.yyyy" }}
</td>
<tr>
<td>Sídlo
</td>
<td >{{ item.adresaSidla}}
</td>
<tr>
<td>Číslo registrace
</td>
<td >{{item.cisloRegistrace}}
</td>
</tr>
</table>
, footer:, title:, properties:)
|
| orderList | DbCreated DbCreated |
| Záznam v JSON |
https://api.hlidacstatu.cz/api/v2/datasety/datasourcesdb/zaznamy/seznam-politickych-stran
Popis API |
Pokud máte tip na zajímavý zdroj dat, napište nám.
Chybí vám zde nějaká data? Přidejte je a pomozte i ostatním, je to snadné.