Skip to content

Releases: europace/baufismart-antraege-api

Release 2.82 - Add denkmalschutz to gebaeude

21 Mar 10:59
86cce90
Compare
Choose a tag to compare

Add new boolean field denkmalschutz to gebaeude

Release 2.81 - Correct field name for kalkulatorischesLaufzeitEnde

17 Mar 12:17
fa020ec
Compare
Choose a tag to compare

Since release 2.77, the field kalkulatorischesLaufzeitEnde in Darlehen has been incorrectly referred to as getkalkulatorischesLaufzeitEnde. With this release, the correction has been made back to kalkulatorischesLaufzeitEnde.

Release 2.80 - New field Co2Emissionen in EnergieEffizienzAusweis

04 Mar 10:48
c28dadc
Compare
Choose a tag to compare

EnergieEffizienzAusweis contains a new field Co2Emissionen with values "aktuell" and "geplant":

"Co2Emissionen": {
    "type": "object",
    "properties": {
        "aktuell": {
            "type": "number",
            "description": "current CO2 emissions in kg per year and square meter",
            "format": "double"
        },
        "geplant": {
            "type": "number",
            "description": "planned CO2 emissions in kg per year and square meter",
            "format": "double"
        }
    }
}

Description for field "EndEnergie" has been improved including measuring unit.

Release 2.79 - Corrections to the specification

28 Feb 09:19
3374c98
Compare
Choose a tag to compare

The OpenAPI specification has contained errors since the update to OpenAPI 3.0. Duplicate enum values have been removed and missing header schemas have been added.

Release 2.78 - Minor internal improvements

18 Dec 13:42
4ae35d1
Compare
Choose a tag to compare
Update der Dokudatei(en) (#205)

Co-authored-by: sebastian-wien-europace <[email protected]>

Release 2.77 - New implementation of automated API documentation

11 Dec 10:44
7eb8a7d
Compare
Choose a tag to compare

Migration from Swagger 2.0 to OpenAPI 3.0.1. Thus layout of static HTML-Page has changed massively while the API itself hasn't changed semantically.

Release 2.76 - Partner gets flag "Mitarbeiter von Kreditinstitut" (the partner works for a banking institute) for advisor and clerk

19 Aug 08:03
0bbc104
Compare
Choose a tag to compare

Adds the flag mitarbeiterKreditinstitut at Partner and ProduktAnbieter. Use this flag to recognize if a partner works for a banking institute.

Release 2.75 - New KfW-Programm 308

07 Aug 07:37
98f06a0
Compare
Choose a tag to compare

Add the new KfW-Programm 308 (PROGRAMM_308)

Release 2.74 - Aufenthaltstitel BlueCard

17 Jul 12:26
7ba1558
Compare
Choose a tag to compare

Adds the new Aufenthaltstitel BLAUE_KARTE_EU (EU Blue Card).

Release 2.73 - Precise documentation for list of all applications

12 Jun 12:12
338f39d
Compare
Choose a tag to compare

As described in issue #72, not all fields of object Antrag are returned when all applications are queried. The API documentation should therefore clearly indicate which fields are filled when all applications are queried and which are not.

The following fields are currently filled when querying the list of all applications:

  • antragsNummer
  • antragsReferenz
  • datenKontext
  • entscheidungsreifeVomVertriebSignalisiert
  • letzteAenderung
  • letztesEreignis
  • zeitpunktDerAnnahme

With this release, all fields that are not filled in when all applications are requested are marked with "Not returned in the list of all applications" in their description.

The readme is also more precise and lists the fields which are filled when requesting the list of all applications.