Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
1. FunktionModule - API (12)
API-URL
Method Name
Module
HTTP-Method
References
(1)
/funktion/{id}
updateFunktionById(funktion)
FunktionModule
PUT
Funktion
(2)
/funktion
findAllFunktion()
FunktionModule
GET
Funktion
(3)
/stadtmoebelfunktion/funktion/{id}
findAllStadtmoebelFunktionOfFunktion(id)
FunktionModule
GET
Funktion
StadtmoebelFunktion
(4)
/stadtmoebelfunktion
insertStadtmoebelFunktion(stadtmoebelfunktion)
FunktionModule
POST
StadtmoebelFunktion
(5)
/funktion
insertFunktion(funktion)
FunktionModule
POST
Funktion
(6)
/stadtmoebelfunktion/{id}
findStadtmoebelFunktionById(id)
FunktionModule
GET
StadtmoebelFunktion
(7)
/stadtmoebelfunktion/stadtmoebel/{id}
findAllStadtmoebelFunktionOfStadtmoebel(id)
FunktionModule
GET
Stadtmoebel
StadtmoebelFunktion
(8)
/stadtmoebelfunktion/{id}
deleteStadtmoebelFunktionById(id)
FunktionModule
DELETE
StadtmoebelFunktion
(9)
/funktion/{id}
deleteFunktionById(id)
FunktionModule
DELETE
Funktion
(10)
/funktion/{id}
findFunktionById(id)
FunktionModule
GET
Funktion
(11)
/stadtmoebelfunktion/{id}
updateStadtmoebelFunktionById(stadtmoebelfunktion)
FunktionModule
PUT
StadtmoebelFunktion
(12)
/stadtmoebelfunktion
findAllStadtmoebelFunktion()
FunktionModule
GET
StadtmoebelFunktion
2. GemeindeModule - API (19)
API-URL
Method Name
Module
HTTP-Method
References
(1)
/gemeinde
findAllGemeinde()
GemeindeModule
GET
Gemeinde
(2)
/streitfall
findAllStreitfall()
GemeindeModule
GET
Streitfall
(3)
/pppvertrag/{id}
deletePppVertragById(id)
GemeindeModule
DELETE
PppVertrag
(4)
/pppvertrag/{id}
updatePppVertragById(pppvertrag)
GemeindeModule
PUT
PppVertrag
(5)
/streitfall/gemeinde/{id}
findAllStreitfallOfGemeinde(id)
GemeindeModule
GET
Gemeinde
Streitfall
(6)
/pppvertrag/gemeinde/{id}
findAllPppVertragOfGemeinde(id)
GemeindeModule
GET
Gemeinde
PppVertrag
(7)
/pppvertrag/privaterpartner/{id}
findAllPppVertragOfPrivaterPartner(id)
GemeindeModule
GET
Organisation
PppVertrag
(8)
/gemeinde
insertGemeinde(gemeinde)
GemeindeModule
POST
Gemeinde
(9)
/pppvertrag
findAllPppVertrag()
GemeindeModule
GET
PppVertrag
(10)
/streitfall
insertStreitfall(streitfall)
GemeindeModule
POST
Streitfall
(11)
/streitfall/{id}
deleteStreitfallById(id)
GemeindeModule
DELETE
Streitfall
(12)
/gemeinde/{id}
deleteGemeindeById(id)
GemeindeModule
DELETE
Gemeinde
(13)
/streitfall/{id}
updateStreitfallById(streitfall)
GemeindeModule
PUT
Streitfall
(14)
/pppvertrag/{id}
findPppVertragById(id)
GemeindeModule
GET
PppVertrag
(15)
/streitfall/{id}
findStreitfallById(id)
GemeindeModule
GET
Streitfall
(16)
/pppvertrag
insertPppVertrag(pppvertrag)
GemeindeModule
POST
PppVertrag
(17)
/streitfall/gegenpartei/{id}
findAllStreitfallOfGegenpartei(id)
GemeindeModule
GET
Organisation
Streitfall
(18)
/gemeinde/{id}
findGemeindeById(id)
GemeindeModule
GET
Gemeinde
(19)
/gemeinde/{id}
updateGemeindeById(gemeinde)
GemeindeModule
PUT
Gemeinde
3. GestalterModule - API (17)
API-URL
Method Name
Module
HTTP-Method
References
(1)
/gestaltungsprojekt
findAllGestaltungsprojekt()
GestalterModule
GET
Gestaltungsprojekt
(2)
/gestaltungsprojekt/gemeinde/{id}
findAllGestaltungsprojektOfGemeinde(id)
GestalterModule
GET
Gemeinde
Gestaltungsprojekt
(3)
/gestalter
insertGestalter(gestalter)
GestalterModule
POST
Gestalter
(4)
/ausschlussobjekt/{id}
deleteAusschlussObjektById(id)
GestalterModule
DELETE
AusschlussObjekt
(5)
/gestalter/{id}
findGestalterById(id)
GestalterModule
GET
Gestalter
(6)
/gestaltungsprojekt/{id}
deleteGestaltungsprojektById(id)
GestalterModule
DELETE
Gestaltungsprojekt
(7)
/gestaltungsprojekt
insertGestaltungsprojekt(gestaltungsprojekt)
GestalterModule
POST
Gestaltungsprojekt
(8)
/ausschlussobjekt
insertAusschlussObjekt(ausschlussobjekt)
GestalterModule
POST
AusschlussObjekt
(9)
/ausschlussobjekt
findAllAusschlussObjekt()
GestalterModule
GET
AusschlussObjekt
(10)
/gestaltungsprojekt/gestalter/{id}
findAllGestaltungsprojektOfGestalter(id)
GestalterModule
GET
Gestalter
Gestaltungsprojekt
(11)
/gestalter/{id}
deleteGestalterById(id)
GestalterModule
DELETE
Gestalter
(12)
/gestalter/{id}
updateGestalterById(gestalter)
GestalterModule
PUT
Gestalter
(13)
/ausschlussobjekt/{id}
updateAusschlussObjektById(ausschlussobjekt)
GestalterModule
PUT
AusschlussObjekt
(14)
/gestaltungsprojekt/{id}
updateGestaltungsprojektById(gestaltungsprojekt)
GestalterModule
PUT
Gestaltungsprojekt
(15)
/gestaltungsprojekt/{id}
findGestaltungsprojektById(id)
GestalterModule
GET
Gestaltungsprojekt
(16)
/gestalter
findAllGestalter()
GestalterModule
GET
Gestalter
(17)
/ausschlussobjekt/{id}
findAusschlussObjektById(id)
GestalterModule
GET
AusschlussObjekt
4. MaterialModule - API (19)
API-URL
Method Name
Module
HTTP-Method
References
(1)
/material
insertMaterial(material)
MaterialModule
POST
Material
(2)
/stadtmoebelmaterial
findAllStadtmoebelMaterial()
MaterialModule
GET
StadtmoebelMaterial
(3)
/stadtmoebelmaterial/{id}
updateStadtmoebelMaterialById(stadtmoebelmaterial)
MaterialModule
PUT
StadtmoebelMaterial
(4)
/stadtmoebelmaterial/material/{id}
findAllStadtmoebelMaterialOfMaterial(id)
MaterialModule
GET
Material
StadtmoebelMaterial
(5)
/pppvertragmoebel/{id}
updatePppVertragMoebelById(pppvertragmoebel)
MaterialModule
PUT
PppVertragMoebel
(6)
/pppvertragmoebel/stadtmoebel/{id}
findAllPppVertragMoebelOfStadtmoebel(id)
MaterialModule
GET
Stadtmoebel
PppVertragMoebel
(7)
/stadtmoebelmaterial
insertStadtmoebelMaterial(stadtmoebelmaterial)
MaterialModule
POST
StadtmoebelMaterial
(8)
/pppvertragmoebel/{id}
deletePppVertragMoebelById(id)
MaterialModule
DELETE
PppVertragMoebel
(9)
/pppvertragmoebel
findAllPppVertragMoebel()
MaterialModule
GET
PppVertragMoebel
(10)
/pppvertragmoebel/{id}
findPppVertragMoebelById(id)
MaterialModule
GET
PppVertragMoebel
(11)
/material
findAllMaterial()
MaterialModule
GET
Material
(12)
/stadtmoebelmaterial/{id}
deleteStadtmoebelMaterialById(id)
MaterialModule
DELETE
StadtmoebelMaterial
(13)
/material/{id}
findMaterialById(id)
MaterialModule
GET
Material
(14)
/stadtmoebelmaterial/{id}
findStadtmoebelMaterialById(id)
MaterialModule
GET
StadtmoebelMaterial
(15)
/material/{id}
updateMaterialById(material)
MaterialModule
PUT
Material
(16)
/material/{id}
deleteMaterialById(id)
MaterialModule
DELETE
Material
(17)
/pppvertragmoebel/pppvertrag/{id}
findAllPppVertragMoebelOfPppVertrag(id)
MaterialModule
GET
PppVertrag
PppVertragMoebel
(18)
/pppvertragmoebel
insertPppVertragMoebel(pppvertragmoebel)
MaterialModule
POST
PppVertragMoebel
(19)
/stadtmoebelmaterial/stadtmoebel/{id}
findAllStadtmoebelMaterialOfStadtmoebel(id)
MaterialModule
GET
Stadtmoebel
StadtmoebelMaterial
5. MoebelKategorieModule - API (18)
API-URL
Method Name
Module
HTTP-Method
References
(1)
/moebelkategorie
insertMoebelKategorie(moebelkategorie)
MoebelKategorieModule
POST
MoebelKategorie
(2)
/werbeflaeche/{id}
deleteWerbeflaecheById(id)
MoebelKategorieModule
DELETE
Werbeflaeche
(3)
/moebelkategorie/{id}
updateMoebelKategorieById(moebelkategorie)
MoebelKategorieModule
PUT
MoebelKategorie
(4)
/werbevertrag/{id}
findWerbevertragById(id)
MoebelKategorieModule
GET
Werbevertrag
(5)
/werbevertrag/{id}
updateWerbevertragById(werbevertrag)
MoebelKategorieModule
PUT
Werbevertrag
(6)
/werbevertrag/{id}
deleteWerbevertragById(id)
MoebelKategorieModule
DELETE
Werbevertrag
(7)
/werbeflaeche/{id}
updateWerbeflaecheById(werbeflaeche)
MoebelKategorieModule
PUT
Werbeflaeche
(8)
/werbevertrag/werbetreibender/{id}
findAllWerbevertragOfWerbetreibender(id)
MoebelKategorieModule
GET
Organisation
Werbevertrag
(9)
/moebelkategorie/{id}
deleteMoebelKategorieById(id)
MoebelKategorieModule
DELETE
MoebelKategorie
(10)
/werbevertrag/werbeflaeche/{id}
findAllWerbevertragOfWerbeflaeche(id)
MoebelKategorieModule
GET
Werbeflaeche
Werbevertrag
(11)
/moebelkategorie/{id}
findMoebelKategorieById(id)
MoebelKategorieModule
GET
MoebelKategorie
(12)
/werbeflaeche/{id}
findWerbeflaecheById(id)
MoebelKategorieModule
GET
Werbeflaeche
(13)
/werbevertrag
insertWerbevertrag(werbevertrag)
MoebelKategorieModule
POST
Werbevertrag
(14)
/werbeflaeche/stadtmoebel/{id}
findAllWerbeflaecheOfStadtmoebel(id)
MoebelKategorieModule
GET
Stadtmoebel
Werbeflaeche
(15)
/moebelkategorie
findAllMoebelKategorie()
MoebelKategorieModule
GET
MoebelKategorie
(16)
/werbevertrag
findAllWerbevertrag()
MoebelKategorieModule
GET
Werbevertrag
(17)
/werbeflaeche
findAllWerbeflaeche()
MoebelKategorieModule
GET
Werbeflaeche
(18)
/werbeflaeche
insertWerbeflaeche(werbeflaeche)
MoebelKategorieModule
POST
Werbeflaeche
6. OrganisationModule - API (18)
API-URL
Method Name
Module
HTTP-Method
References
(1)
/organisation/{id}
deleteOrganisationById(id)
OrganisationModule
DELETE
Organisation
(2)
/standort/eigentuemerorganisation/{id}
findAllStandortOfEigentuemerOrganisation(id)
OrganisationModule
GET
Organisation
Standort
(3)
/standort/{id}
deleteStandortById(id)
OrganisationModule
DELETE
Standort
(4)
/organisation
findAllOrganisation()
OrganisationModule
GET
Organisation
(5)
/standort/{id}
findStandortById(id)
OrganisationModule
GET
Standort
(6)
/wartungsereignis/{id}
updateWartungsereignisById(wartungsereignis)
OrganisationModule
PUT
Wartungsereignis
(7)
/standort
findAllStandort()
OrganisationModule
GET
Standort
(8)
/wartungsereignis
findAllWartungsereignis()
OrganisationModule
GET
Wartungsereignis
(9)
/wartungsereignis
insertWartungsereignis(wartungsereignis)
OrganisationModule
POST
Wartungsereignis
(10)
/standort
insertStandort(standort)
OrganisationModule
POST
Standort
(11)
/standort/{id}
updateStandortById(standort)
OrganisationModule
PUT
Standort
(12)
/organisation
insertOrganisation(organisation)
OrganisationModule
POST
Organisation
(13)
/wartungsereignis/durchgefuehrtvon/{id}
findAllWartungsereignisOfDurchgefuehrtVon(id)
OrganisationModule
GET
Organisation
Wartungsereignis
(14)
/wartungsereignis/{id}
findWartungsereignisById(id)
OrganisationModule
GET
Wartungsereignis
(15)
/organisation/{id}
findOrganisationById(id)
OrganisationModule
GET
Organisation
(16)
/wartungsereignis/stadtmoebel/{id}
findAllWartungsereignisOfStadtmoebel(id)
OrganisationModule
GET
Stadtmoebel
Wartungsereignis
(17)
/organisation/{id}
updateOrganisationById(organisation)
OrganisationModule
PUT
Organisation
(18)
/wartungsereignis/{id}
deleteWartungsereignisById(id)
OrganisationModule
DELETE
Wartungsereignis
7. StadtmoebelModule - API (23)
API-URL
Method Name
Module
HTTP-Method
References
(1)
/stadtmoebel/gestaltungsprojekt/{id}
findAllStadtmoebelOfGestaltungsprojekt(id)
StadtmoebelModule
GET
Gestaltungsprojekt
Stadtmoebel
(2)
/smartfunktion
findAllSmartfunktion()
StadtmoebelModule
GET
Smartfunktion
(3)
/sicherheitsmassnahme/{id}
deleteSicherheitsmassnahmeById(id)
StadtmoebelModule
DELETE
Sicherheitsmassnahme
(4)
/stadtmoebel/moebelgruppe/{id}
findAllStadtmoebelOfMoebelgruppe(id)
StadtmoebelModule
GET
MoebelKategorie
Stadtmoebel
(5)
/stadtmoebel/{id}
updateStadtmoebelById(stadtmoebel)
StadtmoebelModule
PUT
Stadtmoebel
(6)
/stadtmoebel/standard/{id}
findAllStadtmoebelOfStandard(id)
StadtmoebelModule
GET
Standard
Stadtmoebel
(7)
/sicherheitsmassnahme
insertSicherheitsmassnahme(sicherheitsmassnahme)
StadtmoebelModule
POST
Sicherheitsmassnahme
(8)
/sicherheitsmassnahme/stadtmoebel/{id}
findAllSicherheitsmassnahmeOfStadtmoebel(id)
StadtmoebelModule
GET
Stadtmoebel
Sicherheitsmassnahme
(9)
/smartfunktion/{id}
updateSmartfunktionById(smartfunktion)
StadtmoebelModule
PUT
Smartfunktion
(10)
/smartfunktion/{id}
deleteSmartfunktionById(id)
StadtmoebelModule
DELETE
Smartfunktion
(11)
/smartfunktion/{id}
findSmartfunktionById(id)
StadtmoebelModule
GET
Smartfunktion
(12)
/sicherheitsmassnahme/{id}
updateSicherheitsmassnahmeById(sicherheitsmassnahme)
StadtmoebelModule
PUT
Sicherheitsmassnahme
(13)
/stadtmoebel
insertStadtmoebel(stadtmoebel)
StadtmoebelModule
POST
Stadtmoebel
(14)
/stadtmoebel/{id}
findStadtmoebelById(id)
StadtmoebelModule
GET
Stadtmoebel
(15)
/sicherheitsmassnahme
findAllSicherheitsmassnahme()
StadtmoebelModule
GET
Sicherheitsmassnahme
(16)
/sicherheitsmassnahme/{id}
findSicherheitsmassnahmeById(id)
StadtmoebelModule
GET
Sicherheitsmassnahme
(17)
/stadtmoebel/standort/{id}
findAllStadtmoebelOfStandort(id)
StadtmoebelModule
GET
Standort
Stadtmoebel
(18)
/stadtmoebel/{id}
deleteStadtmoebelById(id)
StadtmoebelModule
DELETE
Stadtmoebel
(19)
/smartfunktion/stadtmoebel/{id}
findAllSmartfunktionOfStadtmoebel(id)
StadtmoebelModule
GET
Stadtmoebel
Smartfunktion
(20)
/smartfunktion
insertSmartfunktion(smartfunktion)
StadtmoebelModule
POST
Smartfunktion
(21)
/stadtmoebel/gemeinde/{id}
findAllStadtmoebelOfGemeinde(id)
StadtmoebelModule
GET
Gemeinde
Stadtmoebel
(22)
/stadtmoebel
findAllStadtmoebel()
StadtmoebelModule
GET
Stadtmoebel
(23)
/stadtmoebel/gestalter/{id}
findAllStadtmoebelOfGestalter(id)
StadtmoebelModule
GET
Gestalter
Stadtmoebel
8. StandardModule - API (18)
API-URL
Method Name
Module
HTTP-Method
References
(1)
/standard
findAllStandard()
StandardModule
GET
Standard
(2)
/normanwendung/standard/{id}
findAllNormAnwendungOfStandard(id)
StandardModule
GET
Standard
NormAnwendung
(3)
/standard
insertStandard(standard)
StandardModule
POST
Standard
(4)
/historischestatistik
findAllHistorischeStatistik()
StandardModule
GET
HistorischeStatistik
(5)
/normanwendung/{id}
deleteNormAnwendungById(id)
StandardModule
DELETE
NormAnwendung
(6)
/standard/{id}
updateStandardById(standard)
StandardModule
PUT
Standard
(7)
/standard/{id}
findStandardById(id)
StandardModule
GET
Standard
(8)
/normanwendung/{id}
updateNormAnwendungById(normanwendung)
StandardModule
PUT
NormAnwendung
(9)
/normanwendung/{id}
findNormAnwendungById(id)
StandardModule
GET
NormAnwendung
(10)
/standard/{id}
deleteStandardById(id)
StandardModule
DELETE
Standard
(11)
/historischestatistik/{id}
findHistorischeStatistikById(id)
StandardModule
GET
HistorischeStatistik
(12)
/historischestatistik/{id}
updateHistorischeStatistikById(historischestatistik)
StandardModule
PUT
HistorischeStatistik
(13)
/normanwendung/stadtmoebel/{id}
findAllNormAnwendungOfStadtmoebel(id)
StandardModule
GET
Stadtmoebel
NormAnwendung
(14)
/historischestatistik
insertHistorischeStatistik(historischestatistik)
StandardModule
POST
HistorischeStatistik
(15)
/historischestatistik/{id}
deleteHistorischeStatistikById(id)
StandardModule
DELETE
HistorischeStatistik
(16)
/normanwendung
findAllNormAnwendung()
StandardModule
GET
NormAnwendung
(17)
/historischestatistik/gemeinde/{id}
findAllHistorischeStatistikOfGemeinde(id)
StandardModule
GET
Gemeinde
HistorischeStatistik
(18)
/normanwendung
insertNormAnwendung(normanwendung)
StandardModule
POST
NormAnwendung
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum