Smlouvy Dotace Platy Úřady Zakázky ▶ PastVina
❤ Podpořte nás Přihlásit se Registrace
Snadné přidání nového datasetu

Datový zdroj Agendy jednotlivých OVM a soukromoprávních uživatelů Podrobné informace

Agendy jednotlivých OVM a soukromoprávních uživatelů

Působnosti orgánů veřejné moci nebo soukromoprávních uživatelů údajů v agendách evidované v Registru práv a povinností ve smyslu § 51 zákona č. 111/2009 Sb. o základních registrech.

DatasetId rpp-subjekt-agendy
Vytvořen Datový zdroj byl založen před 4 roky.
Záznamy datového zdroje

Datový zdroj obsahuje 1020 záznamů

Nejstarší záznam byl vložen před 1755 dny , nejnovější před 1755 dny.

Testovací (beta) provoz Ano
Kontaktovat autora
Hledání v datovém zdroji
Vypsat poslední záznamy

Technické podrobnosti

Zdroj dat https://data.gov.cz/datová-sada?iri=https%3A%2F%2Fdata.gov.cz%2Fzdroj%2Fdatové-sady%2F00007064%2F706529437%2F7ee91a644bf6da16a9f5c4f337163c0f
Stáhnutí celé databáze Pro stažení použijte naše API.

Pokud jste zalogováni, můžete použít i tento odkaz: https://www.hlidacstatu.cz/api/v2/dump/dataset.rpp-subjekt-agendy
Zdrojový kód parseru dat https://github.com/HlidacStatu/Datasety/tree/master/AgendyOVM
JSON Schéma popisující strukturu a požadavky na data
{
  "definitions": {
    "Kanály": {
      "type": [
        "object",
        "null"
      ],
      "properties": {
        "plán-do": {
          "type": [
            "string",
            "null"
          ],
          "format": "date-time"
        },
        "plán-od": {
          "type": [
            "string",
            "null"
          ],
          "format": "date-time"
        },
        "poskytovatelé": {
          "type": [
            "array",
            "null"
          ],
          "items": {
            "type": [
              "string",
              "null"
            ]
          }
        },
        "realizován": {
          "type": [
            "boolean",
            "null"
          ]
        },
        "typ-kanálu": {
          "type": [
            "string",
            "null"
          ]
        },
        "type": {
          "type": [
            "string",
            "null"
          ]
        },
        "úroveň-důvěry": {
          "type": [
            "string",
            "null"
          ]
        }
      }
    },
    "NázevÚkonu": {
      "type": [
        "object",
        "null"
      ],
      "properties": {
        "cs": {
          "type": [
            "string",
            "null"
          ]
        }
      }
    },
    "PopisÚkonu": {
      "type": [
        "object",
        "null"
      ],
      "properties": {
        "cs": {
          "type": [
            "string",
            "null"
          ]
        }
      }
    },
    "PracovisteStruct": {
      "type": [
        "object",
        "null"
      ],
      "properties": {
        "PracovisteId": {
          "type": [
            "string",
            "null"
          ]
        },
        "Adresa": {
          "type": [
            "string",
            "null"
          ]
        },
        "AdresniMistoKod": {
          "type": [
            "string",
            "null"
          ]
        },
        "Stat": {
          "type": [
            "string",
            "null"
          ]
        }
      }
    },
    "Registrace": {
      "type": [
        "object",
        "null"
      ],
      "properties": {
        "Agenda": {
          "type": [
            "string",
            "null"
          ]
        },
        "Datum": {
          "type": [
            "string",
            "null"
          ],
          "format": "date-time"
        },
        "SubjektTyp": {
          "type": [
            "string",
            "null"
          ]
        },
        "Ovm": {
          "type": [
            "string",
            "null"
          ]
        },
        "Spuu": {
          "type": [
            "string",
            "null"
          ]
        }
      }
    },
    "SluzbaStruct": {
      "type": [
        "object",
        "null"
      ],
      "properties": {
        "SluzbaId": {
          "type": [
            "string",
            "null"
          ]
        },
        "Nazev": {
          "type": [
            "string",
            "null"
          ]
        },
        "Popis": {
          "type": [
            "string",
            "null"
          ]
        },
        "TypSluzby": {
          "type": [
            "string",
            "null"
          ]
        },
        "Agenda": {
          "type": [
            "string",
            "null"
          ]
        },
        "Cinnosti": {
          "type": [
            "array",
            "null"
          ],
          "items": {
            "type": [
              "string",
              "null"
            ]
          }
        },
        "Ukony": {
          "type": [
            "array",
            "null"
          ],
          "items": {
            "$ref": "#/definitions/Ukon"
          }
        }
      }
    },
    "Sluzby": {
      "type": [
        "object",
        "null"
      ],
      "properties": {
        "DuvodNeuvedeniPracovist": {
          "type": [
            "string",
            "null"
          ]
        },
        "Pracoviste": {
          "type": [
            "array",
            "null"
          ],
          "items": {
            "$ref": "#/definitions/PracovisteStruct"
          }
        },
        "Sluzba": {
          "$ref": "#/definitions/SluzbaStruct"
        }
      }
    },
    "Ukon": {
      "type": [
        "object",
        "null"
      ],
      "properties": {
        "digitální": {
          "type": [
            "boolean",
            "null"
          ]
        },
        "fáze": {
          "type": [
            "array",
            "null"
          ],
          "items": {
            "type": [
              "string",
              "null"
            ]
          }
        },
        "id": {
          "type": [
            "string",
            "null"
          ]
        },
        "identifikátor-úkonu": {
          "type": [
            "string",
            "null"
          ]
        },
        "kanály": {
          "type": [
            "array",
            "null"
          ],
          "items": {
            "$ref": "#/definitions/Kanály"
          }
        },
        "název-úkonu": {
          "$ref": "#/definitions/NázevÚkonu"
        },
        "popis-úkonu": {
          "$ref": "#/definitions/PopisÚkonu"
        },
        "typ-vykonavatele-úkonu": {
          "type": [
            "string",
            "null"
          ]
        },
        "type": {
          "type": [
            "string",
            "null"
          ]
        },
        "ustanovení-úkonu": {
          "type": [
            "array",
            "null"
          ],
          "items": {
            "$ref": "#/definitions/UstanoveníÚkonu"
          }
        },
        "vhodný-k-digitalizaci": {
          "type": [
            "boolean",
            "null"
          ]
        }
      }
    },
    "UstanoveníÚkonu": {
      "type": [
        "object",
        "null"
      ],
      "properties": {
        "označení": {
          "type": [
            "string",
            "null"
          ]
        },
        "type": {
          "type": [
            "string",
            "null"
          ]
        }
      }
    }
  },
  "type": "object",
  "properties": {
    "Id": {
      "type": [
        "string",
        "null"
      ]
    },
    "SubjektId": {
      "type": [
        "string",
        "null"
      ]
    },
    "Registrace": {
      "$ref": "#/definitions/Registrace"
    },
    "Sluzby": {
      "type": [
        "array",
        "null"
      ],
      "items": {
        "$ref": "#/definitions/Sluzby"
      }
    },
    "Type": {
      "type": [
        "string",
        "null"
      ]
    },
    "Cinnosti": {
      "type": [
        "array",
        "null"
      ],
      "items": {
        "type": [
          "string",
          "null"
        ]
      }
    }
  }
}
                        
Template pro zobrazování vyhledaných výsledků
<!-- scriban {{ date.now }} --> 
<table class="table table-hover">
                        <thead>
                            <tr>
<th>Id</th>
<th>Kod</th>
<th>Název</th>
<th>Ohlašovatel</th>
</tr>
                        </thead>
                        <tbody>
{{ for item in model.Result }}
<tr>
<td ><a href="{{ fn_DatasetItemUrl item.id }}">{{item.id}}</a></td>
<td >{{item.Kod}}</td>
<td >{{item.Nazev}}</td>
<td >{{fn_RenderCompanyWithLink item.OhlasovatelICO}}</td>
</tr>
{{ end }}

</tbody></table>
                        
Template pro zobrazování jednoho záznamu
<!-- scriban {{ date.now }} --> 
 {{this.item = model}}
<table class="table table-hover"><tbody>
<tr><td>Id</td><td ><a href="{{ fn_DatasetItemUrl item.id }}">{{item.id}}</a></td></tr>
<tr><td>Kod</td><td >{{item.Kod}}</td></tr>
<tr><td>Název</td><td >{{item.Nazev}}</td></tr>
<tr><td>Ohlašovatel</td><td >{{fn_RenderCompanyWithLink item.OhlasovatelICO}}</td></tr>
</table>

                        
Otestovat strukturu dat Pokud chcete otestovat vaše data, zda mají správný formát a splňují požadavky JSON Schematu této databáze, rádí pomůžeme.
Technické podrobnosti