| id | dotinfo |
| name | DotInfo |
| datasetId | dotinfo |
| origUrl | |
| sourcecodeUrl | |
| description | |
| jsonSchema |
{
"type": "object",
"properties": {
"evidencni_cislo_dotace": {
"type": [
"string",
"null"
]
},
"identifikator_dotace": {
"type": [
"string",
"null"
]
},
"nazev_dotace": {
"type": [
"string",
"null"
]
},
"ucastnik": {
"type": [
"string",
"null"
]
},
"ic_ucastnika": {
"type": [
"string",
"null"
]
},
"p_ucel_dotace": {
"type": [
"string",
"null"
]
},
"poskytovatel_dotace": {
"type": [
"string",
"null"
]
},
"ic_poskytovatele": {
"type": [
"number",
"null"
]
},
"castka_pozadovana": {
"type": [
"number",
"null"
]
},
"castka_schvalena": {
"type": [
"number",
"null"
]
},
"datum_poskytnuti_dotace": {
"type": [
"string",
"null"
]
},
"id": {
"type": [
"string",
"null"
]
}
}
}
|
| createdBy | rpliva@seznam.cz |
| created | 8.5.2019 |
| betaversion | |
| allowWriteAccess | |
| hidden | |
| searchResultTemplate | (header:, body:<!-- scriban {{ date.now }} --> <table class="table table-hover"> <thead> <tr> <th>Detail </th> <th>Název dotace </th> <th>Účastník </th> <th>Poskytovatel dotace </th> <th>Částka schválená </th> <th>Datum poskytnutí dotace </th> </tr> </thead> <tbody> {{ for item in model.Result }} <tr> <td > <a href="{{ fn_DatasetItemUrl item.id }}">Detail </a> </td> <td >{{ item.nazev_dotace }} </td> <td >{{ item.ucastnik }} </td> <td >{{ item.poskytovatel_dotace }} </td> <td >{{ fn_FormatPrice item.castka_schvalena }} </td> <td >{{ item.datum_poskytnuti_dotace }} </td> </tr> {{ end }} </tbody> </table> , footer:, title:, properties:) |
| detailTemplate |
(header:, body:<!-- scriban {{ date.now }} -->
{{this.item = model}}
<table class="table table-hover">
<tbody>
<tr>
<td>Evidenční číslo dotace
</td>
<td >{{ item.evidencni_cislo_dotace }}
</td>
<tr>
<td>Identifikator dotace
</td>
<td >{{ item.identifikator_dotace }}
</td>
<tr>
<td>Název dotace
</td>
<td >{{ item.nazev_dotace }}
</td>
<tr>
<td>Účastník
</td>
<td >{{ item.ucastnik }}
</td>
<tr>
<td>IČ účastníka
</td>
<td >{{ fn_RenderCompanyWithLink item.ic_ucastnika }}
</td>
<tr>
<td> Účel dotace
</td>
<td >{{ item.p_ucel_dotace }}
</td>
<tr>
<td>Poskytovatel dotace
</td>
<td >{{ item.poskytovatel_dotace }}
</td>
<tr>
<td>IČ poskytovatele
</td>
<td >{{ fn_FormatNumber item.ic_poskytovatele }}
</td>
<tr>
<td>Částka požadovaná
</td>
<td >{{ fn_FormatPrice item.castka_pozadovana }}
</td>
<tr>
<td>Částka schválená
</td>
<td >{{ fn_FormatPrice item.castka_schvalena }}
</td>
<tr>
<td>Datum poskytnutí dotace
</td>
<td >{{ item.datum_poskytnuti_dotace }}
</td>
</tr>
</table>
, footer:, title:, properties:)
|
| orderList | Datumu importu do db DbCreated |
| DbCreated | 8.5.2019 |
| DbCreatedBy | rpliva@seznam.cz |
| Záznam v JSON |
https://api.hlidacstatu.cz/api/v2/datasety/datasourcesdb/zaznamy/dotinfo
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é.