Description
Open e-Subject data is intended for developers who wish to download data from the e-Subject in machine-readable form in their application solutions.
The data is refreshed once a day, in the evening, and it is not necessary to download the data more than once during the same day because there will be no change. It is recommended that the data retrieval be between 01:00 and 05:00.
At https://e-predmet.pravosudje.hr/api/ GrapQL api is set up to access e-Pass data.
At https://e-predmet.pravosudje.hr/api/schema.graphql there is a data schema.
There are two enquiries available:
• Courts — restores the list of courts with the ID of the @-@em court
• Case — parameters are case number code and court ID
In the case, the lastUpdateTime field is refreshed whenever an entity changes an object or a subordinate entity, so it is possible to monitor whether there have been any changes in the subject.
Example of a query:
The Retrieval of the Courts:
Query{
courts {
ID
SudName
}
}
Retrieval of case data:
Query{ prvi:predmet(court: 5063, code Number: “Ovr-1283/2015”) {
number
ID
dateArchivement
dateZalba
dateAward
dateAdoptionDecision
dateEstablishment
dateDeparture
dateEnvironment
nameUj
code Number
trespassing
outside the Court
fileNaVisemSudu
registerName
registerLabel
typeDecision
typeSubjects
lastUpdateTime
rocist {
delay
plPocetak
plComplete
StPocetak
end of business
roomname
room Label
typeWorks
}
written {
date
applicant
attachments
species
}
relatedSubjects{
description
relatedLabel
tiedLabelNumber
dateVeze
type
}
educators
name
species
}
parties {
name
the name of the role
}
}
}
Resources
| Name |
Format |
Description |
Link |
|
21 |
|
https://e-predmet.pravosudje.hr/api/ |
|
55 |
|
https://e-predmet.pravosudje.hr/api/schema.graphql |