- Created by Dierk Ohler, last updated on Jul 03, 2025 22 minute read
API endpoints
US01 | Login user
GET | /user/login |
---|
Basic Authentification required
Supported Content Type(s)
- application/json
Remarks
- This call delivers the JWT token (valid for 24h)
Status codes
- 200 = Successful
- 400 = Bad Request
- 401 = User not authorized to login
- 404 = User not found
- 500 = Internal server error
Example call(s)
- GET https://dev-ddb.fiz-karlsruhe.de/api/2/user/login
US02 | Get user info
GET | /user/info |
---|
User permission required
Supported Content Type(s)
- application/json
Response payload
Privilege object Expand source
{ "id": "useradmin", "nickname": "useradmin", "status": "CONFIRMED", "title": "Dr.", "salutation": "Herr", "surName": "useradmin", "foreName": "useradmin", "telephoneNumber": "1", "faxNumber": "1", "email": "useradmin@admin.org", "created": "2017-03-24T17:59:13", "modified": "2020-09-29T06:29:02", "modifierId": "1eafbdc46c1ed32277fbcd24c33c01d8" }
Status codes
- 200 = Successful
- 400 = Bad Request
- 401 = User not authorized to login
- 404 = User not found
- 500 = Internal server error
Example call(s)
- GET https://dev-ddb.fiz-karlsruhe.de/api/2/user/info
US03 | Get user privileges
GET | /user/privileges |
---|
User permission required
Supported Content Type(s)
- application/json
Response payload
List of Privilege objects Expand source
[ { "privilege": "READER_ORGS", "id": [], "global": true, "heritable": false }, { "privilege": "FACHSTELLE_MUSEUM", "id": [], "global": true, "heritable": true, "sector": "Museum" } ]
Status codes
- 200 = Successful
- 400 = Bad Request
- 401 = User not authorized to login
- 403 = Authentication temporarily blocked
- 404 = User not found
- 423 = User is blacklisted
- 428 = User has "unconfirmed" status
- 500 = Internal server error
Example call(s)
- GET https://dev-ddb.fiz-karlsruhe.de/api/2/user/privileges
US04 | Get user organizations
GET | /user/organizations |
---|
User permission required
Supported Content Type(s)
- application/json
Response payload
OrganizationResult object Expand source
{ "treeResult": [ { "treeResult": [ { "treeResult": [], "organization": { "id": "00000249", "displayName": [ { "value": "Archiv der Königlichen Porzellan-Manufaktur Berlin", "lang": "deu" } ], "type": "ddb-institution", "administrativeNote": "# -- Daten aus der alten Registrierung:\nCreated: 2011-11-21, 14:08:38\nModified: 2014-07-23, 14:01:02", "abbreviation": [], "description": [], "sector": "Archiv", "subSector": "Wirtschaftsarchive", "address": { "street": "Spandauer Damm", "houseIdentifier": "10-22", "postalCode": "14059", "city": [ { "value": "Berlin", "lang": "deu" } ], "citygnuri": "http://sws.geonames.org/6547539/", "state": "Berlin", "country": "de", "latitude": 52.51996, "longitude": 13.2938, "locationDisplayName": "Kleine Orangerie, Spandauer Damm, Charlottenburg, Charlottenburg-Wilmersdorf, Berlin, 14059, Deutschland" }, "url": "http://www.spsg.de/forschung-sammlungen/sammlungen/sammlungen-des-kpm-archivs-land-berlin/", "logo": "00000249.png", "orgParent": "00000027", "created": "2015-07-03T15:00:39", "creatorId": "admin", "modified": "2020-09-29T06:29:02", "modifierId": "1eafbdc46c1ed32277fbcd24c33c01d8", "status": "approved" }, "hit": true }, { "treeResult": [], "organization": { "id": "00002202", "displayName": [ { "value": "Abt. II Schlösser und Sammlungen", "lang": "deu" } ], "type": "ddb-institution", "administrativeNote": "# -- Daten aus der alten Registrierung:\nCreated: 2011-11-21, 12:34:23\nModified: 2014-07-11, 08:47:32", "abbreviation": [], "description": [], "sector": "Museum", "address": { "street": "Am Grünen Gitter", "houseIdentifier": "7", "postalCode": "14469", "city": [ { "value": "Potsdam", "lang": "deu" } ], "citygnuri": "http://sws.geonames.org/7602560/", "state": "Brandenburg", "country": "de", "latitude": 52.40062, "longitude": 13.03938, "locationDisplayName": "Gartendirektionshaus, 7, Am Grünen Gitter, Brandenburger Vorstadt, Potsdam, Brandenburg, 14469, Deutschland" }, "url": "http://www.spsg.de/forschung-sammlungen/sammlungen/", "logo": "00002202.png", "orgParent": "00000027", "created": "2015-07-03T15:04:18", "creatorId": "admin", "modified": "2016-01-07T18:28:01", "modifierId": "e08d8db1bb28b584753129a055a9b548", "status": "approved" }, "hit": true }, { "treeResult": [], "organization": { "id": "99900963", "displayName": [ { "value": "Dokumentations- und Informationszentrum: Archiv", "lang": "deu" } ], "type": "ddb-institution", "administrativeNote": "# -- Daten aus der alten Registrierung:\r\nCreated: 2014-07-11, 08:43:49\r\nModified: 2014-08-01, 09:41:10", "abbreviation": [ { "value": "DIZ: Archiv", "lang": "deu" } ], "description": [], "sector": "Archiv", "subSector": "Archive_der_Hochschulen_sowie_wissenschaftlicher_Institutionen", "address": { "street": "Zimmerstraße", "houseIdentifier": "10-11", "postalCode": "14471", "city": [ { "value": "Potsdam", "lang": "deu" } ], "citygnuri": "http://sws.geonames.org/7602560/", "state": "Brandenburg", "country": "DE", "latitude": 52.3987, "longitude": 13.041973, "locationDisplayName": "10, Zimmerstraße, Brandenburger Vorstadt, Westliche Vorstädte, Potsdam, Brandenburg, 14471, Deutschland" }, "url": "https://www.spsg.de/forschung-sammlungen/bibliothek-fotothek-archive/archiv/", "logo": "99900963.png", "orgParent": "00000027", "created": "2015-07-03T14:55:45", "creatorId": "admin", "modified": "2021-07-24T04:39:49", "modifierId": "037ff471cfd9124118ceaaa8512b39d8", "status": "approved" }, "hit": true }, { "treeResult": [], "organization": { "id": "99900964", "displayName": [ { "value": "Dokumentations- und Informationszentrum: Bibliothek", "lang": "deu" } ], "type": "ddb-institution", "administrativeNote": "# -- Daten aus der alten Registrierung:\r\nCreated: 2014-07-11, 08:43:49\r\nModified: 2014-07-11, 08:47:32", "abbreviation": [ { "value": "DIZ: Bibliothek", "lang": "deu" } ], "description": [], "sector": "Bibliothek", "address": { "street": "Zimmerstraße", "houseIdentifier": "10-11", "addressSupplement": "Villa Liegnitz", "postalCode": "14471", "city": [ { "value": "Potsdam", "lang": "deu" } ], "citygnuri": "http://sws.geonames.org/7602560/", "state": "Brandenburg", "country": "DE", "latitude": 52.3987, "longitude": 13.041973, "locationDisplayName": "10, Zimmerstraße, Brandenburger Vorstadt, Westliche Vorstädte, Potsdam, Brandenburg, 14471, Deutschland" }, "url": "https://www.spsg.de/forschung-sammlungen/bibliothek-fotothek-archive/archiv/", "orgParent": "00000027", "created": "2015-07-03T14:55:44", "creatorId": "admin", "modified": "2020-01-30T09:41:47", "modifierId": "d35a6f8a5dac766ebcccb5b6c8d2afd8", "status": "approved" }, "hit": true }, { "treeResult": [ { "treeResult": [], "organization": { "id": "99900966", "displayName": [ { "value": "Dokumentations- und Informationszentrum: Fotothek", "lang": "deu" } ], "type": "ddb-institution", "administrativeNote": "# -- Daten aus der alten Registrierung:\r\nCreated: 2014-07-11, 08:43:49\r\nModified: 2014-08-01, 09:41:56", "abbreviation": [ { "value": "DIZ: Fotothek", "lang": "deu" } ], "description": [], "sector": "Archiv", "subSector": "Archive_der_Hochschulen_sowie_wissenschaftlicher_Institutionen", "address": { "street": "Zimmerstraße", "houseIdentifier": "10-11", "postalCode": "14471", "city": [ { "value": "Potsdam", "lang": "deu" } ], "citygnuri": "http://sws.geonames.org/7602560/", "state": "Brandenburg", "country": "DE", "latitude": 52.3987, "longitude": 13.041973, "locationDisplayName": "10, Zimmerstraße, Brandenburger Vorstadt, Westliche Vorstädte, Potsdam, Brandenburg, 14471, Deutschland" }, "url": "https://www.spsg.de/forschung-sammlungen/bibliothek-fotothek-archive/fotothek/", "logo": "99900966.png", "orgParent": "99900965", "created": "2015-07-03T14:55:58", "creatorId": "admin", "modified": "2021-07-24T04:40:17", "modifierId": "037ff471cfd9124118ceaaa8512b39d8", "status": "approved" }, "hit": true } ], "organization": { "id": "99900965", "displayName": [ { "value": "Dokumentations- und Informationszentrum: Dokumentation", "lang": "deu" } ], "type": "ddb-institution", "administrativeNote": "# -- Daten aus der alten Registrierung:\r\nCreated: 2014-07-11, 08:43:49\r\nModified: 2014-08-01, 09:41:33", "abbreviation": [ { "value": "DIZ: Dokumentation", "lang": "deu" } ], "description": [], "sector": "Archiv", "subSector": "Archive_der_Hochschulen_sowie_wissenschaftlicher_Institutionen", "address": { "street": "Zimmerstraße", "houseIdentifier": "10-11", "addressSupplement": "Villa Liegnitz", "postalCode": "14471", "city": [ { "value": "Potsdam", "lang": "deu" } ], "citygnuri": "http://sws.geonames.org/7602560/", "state": "Brandenburg", "country": "DE", "latitude": 52.3987, "longitude": 13.041973, "locationDisplayName": "10, Zimmerstraße, Brandenburger Vorstadt, Westliche Vorstädte, Potsdam, Brandenburg, 14471, Deutschland" }, "url": "https://www.spsg.de/forschung-sammlungen/bibliothek-fotothek-archive/dokumentation/", "logo": "99900965.png", "orgParent": "00000027", "created": "2015-07-03T14:55:44", "creatorId": "admin", "modified": "2020-04-27T07:02:23", "modifierId": "70c268495b2127fc04aa7483261d67ac", "status": "approved" }, "hit": true } ], "organization": { "id": "00000027", "displayName": [ { "value": "Stiftung Preußische Schlösser und Gärten Berlin-Brandenburg", "lang": "deu" } ], "type": "ddb-institution", "gnd": "http://d-nb.info/gnd/2150154-3", "administrativeNote": "# -- Daten aus der alten Registrierung:\r\nCreated: 2011-11-21, 12:34:15\r\nModified: 2014-07-11, 08:47:32", "abbreviation": [ { "value": "SPSG", "lang": "deu" } ], "description": [], "legalStatus": "Stiftung des öffentlichen Rechts", "sector": "Museum", "address": { "street": "Allee nach Sanssouci", "houseIdentifier": "5", "postalCode": "14469", "city": [ { "value": "Potsdam", "lang": "deu" } ], "citygnuri": "http://sws.geonames.org/7602560/", "state": "Brandenburg", "country": "DE", "latitude": 52.40037, "longitude": 13.04465, "locationDisplayName": "5, Allee nach Sanssouci, Neuer Markt, Jägervorstadt, Potsdam, Brandenburg, 14471, Deutschland" }, "email": "irgendeine-email@ach.com", "twitter": "https://twitter.com/SPSGmuseum", "url": "http://www.spsg.de", "logo": "00000027.png", "created": "2015-07-03T14:54:23", "creatorId": "admin", "modified": "2021-07-24T03:14:01", "modifierId": "037ff471cfd9124118ceaaa8512b39d8", "status": "approved" }, "hit": true }, { "treeResult": [ { "treeResult": [], "organization": { "id": "00013006", "displayName": [ { "value": "Kunsthalle Bremen - Bibliothek", "lang": "deu" } ], "type": "ddb-institution", "administrativeNote": "# -- Daten aus der alten Registrierung:\r\nCreated: 2011-11-21, 12:34:21\r\nModified: 2014-09-29, 11:12:37", "abbreviation": [], "description": [], "sector": "Bibliothek", "address": { "street": "Am Wall", "houseIdentifier": "207", "postalCode": "28195", "city": [ { "value": "Bremen", "lang": "deu" } ], "citygnuri": "http://sws.geonames.org/6553020/", "state": "Bremen", "country": "DE", "latitude": 53.07286, "longitude": 8.81337, "locationDisplayName": "Kunsthalle Bremen, 207, Am Wall, Altstadt, Mitte, Stadtbezirk Bremen-Mitte, Bremen, 28195, Deutschland" }, "url": "https://uri.gbv.de/database/opac-de-mus-027614", "orgParent": "00000079", "created": "2015-07-03T15:04:29", "creatorId": "admin", "modified": "2016-02-23T10:25:58", "modifierId": "f7a4de2e760a641bad0fbb58f5c98fdf", "status": "approved" }, "hit": true } ], "organization": { "id": "00000079", "displayName": [ { "value": "Kunsthalle Bremen - Der Kunstverein in Bremen", "lang": "deu" } ], "type": "ddb-institution", "administrativeNote": "# -- Daten aus der alten Registrierung:\r\nCreated: 2011-11-21, 12:34:06\r\nModified: 2014-09-29, 11:12:37", "abbreviation": [], "description": [], "legalStatus": "Verein", "sector": "Museum", "address": { "street": "Am Wall", "houseIdentifier": "207", "postalCode": "28195", "city": [ { "value": "Bremen", "lang": "deu" } ], "citygnuri": "http://sws.geonames.org/6553020/", "state": "Bremen", "country": "DE", "latitude": 53.07286, "longitude": 8.81337, "locationDisplayName": "Kunsthalle Bremen, 207, Am Wall, Altstadt, Mitte, Stadtbezirk Bremen-Mitte, Bremen, 28195, Deutschland" }, "telephone": "0421-329080", "facebook": "https://www.facebook.com/KunsthalleBremen", "twitter": "https://twitter.com/Kunsthalle_HB", "url": "http://www.kunsthalle-bremen.de", "logo": "00000079.jpg", "created": "2015-07-03T14:54:13", "creatorId": "admin", "modified": "2016-02-23T10:12:51", "modifierId": "f7a4de2e760a641bad0fbb58f5c98fdf", "status": "approved" }, "hit": true }, { "treeResult": [ { "treeResult": [], "organization": { "id": "99900630", "displayName": [ { "value": "Martin-Gropius-Bau", "lang": "deu" } ], "type": "ddb-institution", "gnd": "http://d-nb.info/gnd/6050888-7", "administrativeNote": "# -- Daten aus der alten Registrierung:\nCreated: 2012-02-21, 09:33:46\nModified: 2013-03-12, 07:07:14", "abbreviation": [], "description": [], "sector": "Museum", "address": { "street": "Niederkirchnerstraße", "houseIdentifier": "7", "addressSupplement": "Ecke Stresemannstr. 110", "postalCode": "10963", "city": [ { "value": "Berlin", "lang": "deu" } ], "citygnuri": "http://sws.geonames.org/6547539/", "state": "Berlin", "country": "de", "latitude": 52.5070895, "longitude": 13.3817626, "locationDisplayName": "Martin-Gropius-Bau, 7, Niederkirchnerstraße, Mitte, Berlin, 10963, Deutschland" }, "url": "http://www.berlinerfestspiele.de", "orgParent": "00000099", "created": "2015-07-03T15:05:34", "creatorId": "admin", "modified": "2016-01-07T18:46:53", "modifierId": "e08d8db1bb28b584753129a055a9b548", "status": "approved" }, "hit": true } ], "organization": { "id": "00000099", "displayName": [ { "value": "Berliner Festspiele", "lang": "deu" } ], "type": "ddb-institution", "gnd": "http://d-nb.info/gnd/1001774-4", "administrativeNote": "# -- Daten aus der alten Registrierung:\r\nCreated: 2011-11-21, 12:33:56\r\nModified: 2012-02-21, 09:35:31", "abbreviation": [], "description": [], "legalStatus": "Geschäftsbereich der KBB GmbH", "sector": "Sonstige", "address": { "street": "Schaperstr.", "houseIdentifier": "24", "postalCode": "10719", "city": [ { "value": "Berlin", "lang": "deu" } ], "citygnuri": "http://sws.geonames.org/6547539/", "state": "Berlin", "country": "DE", "latitude": 52.498579, "longitude": 13.3288711, "locationDisplayName": "Haus der Berliner Festspiele, Schaperstraße, Wilmersdorf, Charlottenburg-Wilmersdorf, Berlin, 10719, Deutschland" }, "facebook": "https://www.facebook.com/berlinerfestspiele", "twitter": "https://twitter.com/blnfestspiele", "url": "http://www.berlinerfestspiele.de", "created": "2015-07-03T14:54:04", "creatorId": "admin", "modified": "2018-03-13T14:02:02", "modifierId": "70c268495b2127fc04aa7483261d67ac", "status": "approved" }, "hit": false }, { "treeResult": [], "organization": { "id": "00000137", "displayName": [ { "value": "Deutsches Meeresmuseum Stralsund", "lang": "deu" } ], "type": "ddb-institution", "gnd": "http://d-nb.info/gnd/4387679-1", "administrativeNote": "# -- Daten aus der alten Registrierung:\r\nCreated: 2011-11-21, 12:33:57\r\nModified: 2011-11-22, 07:02:39", "abbreviation": [ { "value": "DMM", "lang": "deu" } ], "description": [], "legalStatus": "Stiftung", "sector": "Museum", "address": { "street": "Katharinenberg", "houseIdentifier": "14/20", "postalCode": "18439", "city": [ { "value": "Stralsund", "lang": "deu" } ], "citygnuri": "http://sws.geonames.org/6551183/", "state": "Mecklenburg-Vorpommern", "country": "DE", "latitude": 54.312303365428996, "longitude": 13.086737542852802, "locationDisplayName": "14-18, Katharinenberg, Altstadt, Stralsund, Landkreis Vorpommern-Rügen, Mecklenburg-Vorpommern, 18439, Deutschland" }, "facebook": "https://www.facebook.com/ozeaneum", "twitter": "https://twitter.com/OzeaneumPress", "url": "https://www.meeresmuseum.de/", "created": "2015-07-03T14:56:24", "creatorId": "admin", "modified": "2018-03-13T13:56:47", "modifierId": "70c268495b2127fc04aa7483261d67ac", "status": "approved" }, "hit": true }, { "treeResult": [ { "treeResult": [], "organization": { "id": "99901064", "displayName": [ { "value": "Ernst Barlach Stiftung", "lang": "deu" } ], "type": "ddb-institution", "administrativeNote": "2016-09-09, SB: Standort auf Karte und Straßename (von Gertrudenstraße nach Gertrudenplatz) mit Hilfe von Google Maps und der Webseite der Institution korrigiert\r\n\r\n# -- Daten aus der alten Registrierung:\r\nCreated: 2015-02-05, 10:15:08\r\nModified: 2015-03-03, 08:36:51", "abbreviation": [ { "value": "Gertrudenkapelle", "lang": "deu" } ], "description": [], "sector": "Museum", "address": { "street": "Gertrudenplatz", "houseIdentifier": "1", "postalCode": "18273", "city": [ { "value": "Güstrow", "lang": "deu" } ], "citygnuri": "http://sws.geonames.org/6550686/", "state": "Mecklenburg-Vorpommern", "country": "DE", "latitude": 53.7945821, "longitude": 12.1695617, "locationDisplayName": "Friedrich-Schult-Weg, Schweriner Vorstadt, Güstrow, Landkreis Rostock, Mecklenburg-Vorpommern, 18273, Deutschland" }, "url": "http://ernst-barlach-stiftung.de", "orgParent": "00000145", "created": "2015-07-03T14:54:39", "creatorId": "admin", "modified": "2019-03-07T13:43:33", "modifierId": "70c268495b2127fc04aa7483261d67ac", "status": "approved" }, "hit": true } ], "organization": { "id": "00000145", "displayName": [ { "value": "Ernst Barlach Stiftung", "lang": "deu" } ], "type": "ddb-institution", "gnd": "http://d-nb.info/gnd/2148425-9", "administrativeNote": "# -- Daten aus der alten Registrierung:\r\nCreated: 2011-11-21, 12:33:59\r\nModified: 2015-03-03, 08:36:37", "abbreviation": [], "description": [], "legalStatus": "gemeinnützige Stiftung bürgerlichen Rechts", "sector": "Museum", "address": { "street": "Heidberg", "houseIdentifier": "15", "postalCode": "18273", "city": [ { "value": "Güstrow", "lang": "deu" } ], "citygnuri": "http://sws.geonames.org/6550686/", "state": "Mecklenburg-Vorpommern", "country": "DE", "latitude": 53.7749795, "longitude": 12.2103144, "locationDisplayName": "Atelierhaus, Heidberg, Schabernack, Güstrow, Landkreis Rostock, Mecklenburg-Vorpommern, 18273, Deutschland" }, "facebook": "https://www.facebook.com/Ernst-Barlach-Stiftung-163643670314015", "url": "http://ernst-barlach-stiftung.de", "created": "2015-07-03T14:54:39", "creatorId": "admin", "modified": "2016-02-01T07:50:26", "modifierId": "f7a4de2e760a641bad0fbb58f5c98fdf", "status": "approved" }, "hit": true }, { "treeResult": [ { "treeResult": [], "organization": { "id": "99900888", "displayName": [ { "value": "Ostpreußische Kulturstiftung. Kulturzentrum Ostpreußen. Museum", "lang": "deu" } ], "type": "ddb-institution", "administrativeNote": "# -- Daten aus der alten Registrierung:\nCreated: 2013-12-18, 12:35:29\nModified: 2014-01-21, 14:06:59", "abbreviation": [], "description": [], "sector": "Museum", "address": { "street": "Schlossstraße", "houseIdentifier": "9", "postalCode": "91792", "city": [ { "value": "Ellingen", "lang": "deu" } ], "citygnuri": "http://sws.geonames.org/6558367/", "state": "Bayern", "country": "de", "latitude": 49.0608832, "longitude": 10.9655286, "locationDisplayName": "Schloßplatz, Schloßstraße, Ellingen, Ellingen (VGem), Landkreis Weißenburg-Gunzenhausen, Mittelfranken, Bayern, 91792, Deutschland" }, "url": "http://kulturzentrum-ostpreussen.de", "orgParent": "00000180", "created": "2015-07-03T14:57:44", "creatorId": "admin", "modified": "2016-01-07T18:47:46", "modifierId": "e08d8db1bb28b584753129a055a9b548", "status": "approved" }, "hit": true } ], "organization": { "id": "00000180", "displayName": [ { "value": "Ostpreußische Kulturstiftung. Kulturzentrum Ostpreussen.", "lang": "deu" } ], "type": "ddb-institution", "administrativeNote": "# -- Daten aus der alten Registrierung:\r\nCreated: 2011-11-21, 12:34:09\r\nModified: 2014-02-12, 07:28:10", "abbreviation": [], "description": [], "legalStatus": "Stiftung", "sector": "Sonstige", "address": { "street": "Schlossstraße", "houseIdentifier": "9", "postalCode": "91792", "city": [ { "value": "Ellingen", "lang": "deu" } ], "citygnuri": "http://sws.geonames.org/6558367/", "state": "Bayern", "country": "DE", "latitude": 49.0608654, "longitude": 10.9656832, "locationDisplayName": "Schloßplatz, Schloßstraße, Ellingen, Ellingen (VGem), Landkreis Weißenburg-Gunzenhausen, Mittelfranken, Bayern, 91792, Deutschland" }, "facebook": "https://www.facebook.com/KulturzentrumOstpreussen", "url": "http://kulturzentrum-ostpreussen.de", "created": "2015-07-03T14:56:00", "creatorId": "admin", "modified": "2016-02-24T13:18:58", "modifierId": "f7a4de2e760a641bad0fbb58f5c98fdf", "status": "approved" }, "hit": false }, { "treeResult": [], "organization": { "id": "00000197", "displayName": [ { "value": "Gedenk- und Bildungsstätte - Haus der Wannseekonferenz", "lang": "deu" } ], "type": "ddb-institution", "gnd": "http://d-nb.info/gnd/2176862-6", "administrativeNote": "# -- Daten aus der alten Registrierung:\r\nCreated: 2011-11-21, 12:34:03\r\nModified: 2014-07-22, 12:06:38", "abbreviation": [ { "value": "GHWK", "lang": "deu" } ], "description": [ { "value": "In der heutigen Gedenkstätte, einer ehemaligen Fabrikantenvilla aus dem Jahre 1915, die von 1941 bis 1945 als Gäste- und Tagungshaus der SS genutzt wurde, besprachen am 20. Januar 1942 fünfzehn hochrangige Vertreter der SS, der NSDAP und verschiedener Reichsministerien die Kooperation bei der geplanten Deportation und Ermordung der europäischen Juden.\n\nDie Gedenkstätte bietet neben Ausstellungen vielfältige pädagogische Möglichkeiten, sich mit der Geschichte der Verfolgung und Ermordung der europäischen Juden, mit der Geschichte des Nationalsozialismus, mit der Vorgeschichte oder den Nachwirkungen zu befassen.", "lang": "deu" } ], "legalStatus": "Verein", "sector": "Museum", "address": { "street": "Am großen Wannsee", "houseIdentifier": "56 - 58", "postalCode": "14109", "city": [ { "value": "Berlin", "lang": "eng" }, { "value": "Berlin", "lang": "deu" } ], "citygnuri": "http://sws.geonames.org/6547539/", "state": "Berlin", "country": "DE", "latitude": 52.43233, "longitude": 13.16635, "locationDisplayName": "56, Am Großen Wannsee, Wannsee, Steglitz-Zehlendorf, Berlin, 14109, Deutschland" }, "telephone": "+49308050010", "email": "info@ghwk.de", "facebook": "https://www.facebook.com/hausderwannseekonferenz", "twitter": "https://twitter.com/hausderwannsee1", "url": "http://www.ghwk.de", "logo": "00000197.png", "created": "2015-07-03T14:55:42", "creatorId": "admin", "modified": "2019-08-30T06:51:06", "modifierId": "70c268495b2127fc04aa7483261d67ac", "status": "approved" }, "hit": true }, { "treeResult": [], "organization": { "id": "00000206", "displayName": [ { "value": "Historisch-Technisches Museum Peenemünde", "lang": "deu" } ], "type": "ddb-institution", "administrativeNote": "# -- Daten aus der alten Registrierung:\nCreated: 2011-11-21, 12:34:03\nModified: 2012-01-09, 09:57:19", "abbreviation": [ { "value": "HTM Peenemünde", "lang": "deu" } ], "description": [], "legalStatus": "GmbH", "sector": "Museum", "address": { "street": "Im Kraftwerk", "postalCode": "17449", "city": [ { "value": "Peenemünde", "lang": "deu" } ], "citygnuri": "http://sws.geonames.org/6548306/", "state": "Mecklenburg-Vorpommern", "country": "de", "latitude": 54.1384281, "longitude": 13.765434, "locationDisplayName": "Kraftwerk, Fährstraße, Peenemünde, Usedom-Nord, Landkreis Vorpommern-Greifswald, Mecklenburg-Vorpommern, 17449, Deutschland" }, "url": "http://peenemuende.de/", "created": "2015-07-03T14:56:41", "creatorId": "admin", "modified": "2016-01-07T18:23:37", "modifierId": "e08d8db1bb28b584753129a055a9b548", "status": "approved" }, "hit": true }, { "treeResult": [], "organization": { "id": "00000213", "displayName": [ { "value": "Grenzturm e.V. Verein zur Erhaltung von Denkmälern der Geschichte", "lang": "deu" } ], "type": "ddb-institution", "administrativeNote": "2018-06-24, SB: Datenkorrektur nach Migration auf neue Architektur\r\n\r\n2016-09-09, SB: Standort auf Karte anhand von Google Maps und StreetView rekonstruiert, vgl. DDBTASK-1100\r\n\r\n# -- Daten aus der alten Registrierung:\r\nCreated: 2011-11-21, 12:34:02\r\nModified: 2011-11-21, 17:55:43", "abbreviation": [ { "value": "Ostsee-Grenzturm.com", "lang": "deu" } ], "description": [], "legalStatus": "Gemeinnütziger Verein", "sector": "Museum", "address": { "street": "Ostseeallee", "houseIdentifier": "1a", "postalCode": "18225", "city": [ { "value": "Kühlungsborn", "lang": "deu" } ], "citygnuri": "http://sws.geonames.org/6550673/", "state": "Mecklenburg-Vorpommern", "country": "DE", "latitude": 54.1541278, "longitude": 11.759048099999973, "locationDisplayName": "Ostsee-Grenzturm, Strandpromenade, Kühlungsborn, Landkreis Rostock, Mecklenburg-Vorpommern, 18225, Deutschland" }, "facebook": "https://www.facebook.com/Ostseegrenzturm", "url": "http://Ostsee-Grenzturm.com", "created": "2015-07-03T14:56:39", "creatorId": "admin", "modified": "2018-06-24T18:56:35", "modifierId": "f0f04cd231e7683780c65b52db64bd39", "status": "approved" }, "hit": true }, { "treeResult": [ { "treeResult": [], "organization": { "id": "99900709", "displayName": [ { "value": "Uniseum der Albert-Ludwigs-Universität", "lang": "deu" } ], "type": "ddb-institution", "administrativeNote": "# -- Daten aus der alten Registrierung:\r\nCreated: 2012-07-09, 05:47:33\r\nModified: 2012-07-09, 05:47:33", "abbreviation": [ { "value": "Uniseum", "lang": "deu" } ], "description": [], "sector": "Museum", "address": { "street": "Bertoldstraße", "houseIdentifier": "17", "postalCode": "79098", "city": [ { "value": "Freiburg im Breisgau", "lang": "deu" } ], "citygnuri": "http://sws.geonames.org/6555728/", "state": "Baden-Württemberg", "country": "DE", "latitude": 47.9953938, "longitude": 7.8483221, "locationDisplayName": "Alte Universität, 17, Bertoldstraße, Altstadt-Mitte, Altstadt, Freiburg im Breisgau, Baden-Württemberg, 79098, Deutschland" }, "url": "http://www.uniseum.de", "logo": "99900709.png", "orgParent": "00000228", "created": "2015-07-03T14:55:00", "creatorId": "admin", "modified": "2020-04-27T06:52:40", "modifierId": "70c268495b2127fc04aa7483261d67ac", "status": "approved" }, "hit": true } ], "organization": { "id": "00000228", "displayName": [ { "value": "Universitätsarchiv der Albert-Ludwigs-Universität Freiburg", "lang": "deu" } ], "type": "ddb-institution", "gnd": "http://d-nb.info/gnd/2179749-3", "administrativeNote": "# -- Daten aus der alten Registrierung:\r\nCreated: 2011-08-23, 08:03:57\r\nModified: 2014-07-23, 14:01:02", "abbreviation": [ { "value": "UAF", "lang": "deu" } ], "description": [], "legalStatus": "Körperschaft des öffentlichen Rechts", "sector": "Archiv", "subSector": "Archive_der_Hochschulen_sowie_wissenschaftlicher_Institutionen", "address": { "street": "Werthmannstraße", "houseIdentifier": "14", "postalCode": "79085", "city": [ { "value": "Freiburg im Breisgau", "lang": "deu" } ], "citygnuri": "http://sws.geonames.org/6555728/", "state": "Baden-Württemberg", "country": "DE", "latitude": 47.99254, "longitude": 7.84498, "locationDisplayName": "Internationale Graduiertenakademie, 14, Werthmannstraße, Altstadt-Ring, Altstadt, Freiburg im Breisgau, Regierungsbezirk Freiburg, Baden-Württemberg, 79098, Deutschland" }, "url": "http://www.uniarchiv.uni-freiburg.de/", "logo": "00000228.png", "created": "2015-07-03T14:54:59", "creatorId": "admin", "modified": "2016-08-24T08:56:15", "modifierId": "746c74d1df9d8a864bb1e42fd18eb9b0", "status": "approved" }, "hit": false }, { "treeResult": [ { "treeResult": [], "organization": { "id": "99900642", "pid": "http://ld.zdb-services.de/resource/organisations/DE-210A", "displayName": [ { "value": "Deutsches Museum, Archiv", "lang": "deu" } ], "type": "ddb-institution", "administrativeNote": "# -- Daten aus der alten Registrierung:\nCreated: 2012-03-12, 16:40:58\nModified: 2014-07-23, 14:00:57\r\n# – 2018-06-29, BKL: per Skript approved, s. DDBREG-570", "abbreviation": [ { "value": "Deutsches Museum, Archiv", "lang": "deu" } ], "description": [ { "value": "Das Archiv des Deutschen Museums ist eines der führenden Spezialarchive zur Geschichte der Naturwissenschaft und der Technik in Deutschland und Europa. Durch die Fokussierung auf ausgewählte Bereiche der Naturwissenschaft und der Technik werden hochkarätige Originaldokumente erworben, diese bestmöglich verzeichnet, konservatorisch bearbeitet und für die Nutzung durch Forscher und Interessierte rasch zugänglich gemacht. Gesammelt wird Kulturgut, das für die Geschichte Deutschlands von nationaler Bedeutung ist.", "lang": "deu" } ], "sector": "Archiv", "subSector": "Archive_der_Hochschulen_sowie_wissenschaftlicher_Institutionen", "fundingAgency": "Bayern, Bund, Länder", "address": { "street": "Museumsinsel", "houseIdentifier": "1", "postalCode": "80538", "city": [ { "value": "München", "lang": "deu" } ], "citygnuri": "http://sws.geonames.org/6559171/", "state": "Bayern", "country": "DE", "latitude": 48.130343317344156, "longitude": 11.584010099475108, "locationDisplayName": "Deutsches Museum, 1, Museumsinsel, Bezirksteil Deutsches Museum, Stadtbezirk 02 Ludwigsvorstadt-Isarvorstadt, München, Oberbayern, Bayern, 80538, Deutschland" }, "telephone": "+49 89 2179-220", "fax": "+49 89 2179-465", "email": "archiv@deutsches-museum.de", "url": "http://www.deutsches-museum.de/archiv/", "logo": "99900642.png", "orgParent": "00000461", "created": "2015-07-03T15:05:44", "creatorId": "admin", "modified": "2018-06-29T09:23:25", "modifierId": "e08d8db1bb28b584753129a055a9b548", "status": "approved" }, "hit": true }, { "treeResult": [], "organization": { "id": "99900644", "pid": "http://ld.zdb-services.de/resource/organisations/DE-210", "displayName": [ { "value": "Deutsches Museum, Bibliothek", "lang": "deu" } ], "type": "ddb-institution", "gnd": "http://d-nb.info/gnd/1088875335", "administrativeNote": "# -- Daten aus der alten Registrierung:\nCreated: 2012-03-12, 16:40:58\nModified: 2013-12-19, 08:03:04\r\n# – 2018-06-29, BKL: per Skript approved, s. DDBREG-570", "abbreviation": [ { "value": "Deutsches Museum, Bibliothek", "lang": "deu" } ], "description": [ { "value": "Der Bestand der Bibliothek des Deutschen Museums umfasst heute rund 950.000 Bände. Damit ist sie die größte Museumsbibliothek Deutschlands. Neben Monographien stehen über 27.000 Periodika zur Verfügung, von denen ca. 3.500 aktuell bezogen werden. Die Bibliothek versteht sich heute als Spezialbibliothek für Naturwissenschafts- und Technikgeschichte. Mit ihrem breit angelegten historischen Bestand bietet sie eine außerordentliche Fülle an Quellenmaterial.", "lang": "deu" } ], "sector": "Bibliothek", "fundingAgency": "Bayern, Bund, Länder", "address": { "street": "Museumsinsel", "houseIdentifier": "1", "postalCode": "80538", "city": [ { "value": "München", "lang": "deu" } ], "citygnuri": "http://sws.geonames.org/6559171/", "state": "Bayern", "country": "DE", "latitude": 48.130357639013965, "longitude": 11.58398864180299, "locationDisplayName": "Bibliothek des Deutschen Museums, 1, Museumsinsel, Bezirksteil Deutsches Museum, Stadtbezirk 02 Ludwigsvorstadt-Isarvorstadt, München, Oberbayern, Bayern, 80538, Deutschland" }, "telephone": "+49 89 2179-224", "fax": "+49 89 2179-262", "email": "bibliothek@deutsches-museum.de", "url": "http://www.deutsches-museum.de/bibliothek/", "logo": "99900644.png", "orgParent": "00000461", "created": "2015-07-03T15:05:42", "creatorId": "admin", "modified": "2018-06-29T09:23:27", "modifierId": "e08d8db1bb28b584753129a055a9b548", "status": "approved" }, "hit": true } ], "organization": { "id": "00000461", "pid": "http://ld.zdb-services.de/resource/organisations/DE-MUS-097410", "displayName": [ { "value": "Deutsches Museum von Meisterwerken der Naturwissenschaft und Technik", "lang": "deu" } ], "type": "ddb-institution", "gnd": "http://d-nb.info/gnd/1072889927", "administrativeNote": "# -- Daten aus der alten Registrierung:\r\nCreated: 2011-08-23, 08:03:57\r\nModified: 2013-12-19, 08:03:04\r\n# – 2018-06-29, BKL: per Skript approved, s. DDBREG-570", "abbreviation": [ { "value": "Deutsches Museum", "lang": "deu" } ], "description": [ { "value": "Das Deutsche Museum mit seinen Zweigmuseen ist ein herausragender Ort für die Vermittlung von naturwissenschaftlich-technischer Bildung und für einen konstruktiven Dialog zwischen Wissenschaft und Gesellschaft. 1903 gegründet, ist es eines der traditionsreichsten und mit 66.000 m² Ausstellungsfläche größten Wissenschafts- und Technikmuseen der Welt. Seine einzigartige Sammlung von Originalexponaten macht das Deutsche Museum zu einem international führenden Standort technisch-wissenschaftlicher Kultur. Als eines der großen deutschen Forschungsmuseen von gesamtstaatlicher Bedeutung wird es vom Freistaat Bayern, vom Bund und den Ländern gemeinschaftlich gefördert und ist Mitglied der Leibniz-Gemeinschaft.", "lang": "deu" } ], "legalStatus": "Anstalt öffentlichen Rechts", "sector": "Museum", "fundingAgency": "Bayern, Bund, Länder", "address": { "street": "Museumsinsel", "houseIdentifier": "1", "postalCode": "80538", "city": [ { "value": "München", "lang": "deu" } ], "citygnuri": "http://sws.geonames.org/6559171/", "state": "Bayern", "country": "DE", "latitude": 48.12988248276431, "longitude": 11.583469885180648, "locationDisplayName": "Deutsches Museum, 1, Museumsinsel, Bezirksteil Deutsches Museum, Stadtbezirk 02 Ludwigsvorstadt-Isarvorstadt, München, Oberbayern, Bayern, 80538, Deutschland" }, "telephone": "+49 89 2179-1", "fax": "+49 89 2179-324", "email": "information@deutsches-museum.de", "facebook": "https://www.facebook.com/DeutschesMuseum", "url": "http://www.deutsches-museum.de", "logo": "00000461.png", "created": "2015-07-03T15:03:44", "creatorId": "admin", "modified": "2018-06-29T09:23:22", "modifierId": "e08d8db1bb28b584753129a055a9b548", "status": "approved" }, "hit": true }, { "treeResult": [ { "treeResult": [], "organization": { "id": "oid1448366331117", "displayName": [ { "value": "Deutsches Technikmuseum", "lang": "deu" } ], "type": "ddb-institution", "gnd": "http://d-nb.info/gnd/2162237-1", "abbreviation": [ { "value": "SDTM", "lang": "deu" } ], "description": [], "sector": "Museum", "address": { "street": "Trebbiner Str.", "houseIdentifier": "9", "postalCode": "10963", "city": [ { "value": "Berlin", "lang": "deu" } ], "citygnuri": "http://sws.geonames.org/6547539/", "state": "Berlin", "country": "DE", "latitude": 52.49868658350948, "longitude": 13.377842081753556, "locationDisplayName": "Deutsches Technikmuseum Berlin, Trebbiner Straße, Kreuzberg, Friedrichshain-Kreuzberg, Berlin, 10963, Deutschland" }, "facebook": "https://www.facebook.com/deutschestechnikmuseum", "url": "http://sdtb.de/Startseite.63.0.html", "logo": "oid1448366331117.png", "orgParent": "00000469", "created": "2015-11-24T11:59:41", "creatorId": "746c74d1df9d8a864bb1e42fd18eb9b0", "modified": "2016-03-03T09:21:09", "modifierId": "f7a4de2e760a641bad0fbb58f5c98fdf", "status": "approved" }, "hit": true }, { "treeResult": [], "organization": { "id": "oid1694599317656", "displayName": [ { "value": "BKL-Test-1: Deutsches Technikmuseum", "lang": "deu" } ], "type": "ddb-institution", "gnd": "http://d-nb.info/gnd/2162237-1", "abbreviation": [ { "value": "SDTM", "lang": "deu" } ], "description": [], "sector": "Museum", "address": { "street": "Trebbiner Str.", "houseIdentifier": "9", "postalCode": "10963", "city": [ { "value": "Berlin", "lang": "deu" } ], "citygnuri": "http://sws.geonames.org/6547539/", "state": "Berlin", "country": "DE", "latitude": 52.49868658350948, "longitude": 13.377842081753556, "locationDisplayName": "Deutsches Technikmuseum Berlin, Trebbiner Straße, Kreuzberg, Friedrichshain-Kreuzberg, Berlin, 10963, Deutschland" }, "facebook": "https://www.facebook.com/deutschestechnikmuseum", "url": "http://sdtb.de/Startseite.63.0.html", "logo": "oid1448366331117.png", "orgParent": "00000469", "created": "2023-09-13T10:01:57", "creatorId": "2b90a0deab884314f732abf47e868bf5", "modified": "2023-09-13T10:01:58", "modifierId": "2b90a0deab884314f732abf47e868bf5", "status": "pending" }, "hit": true } ], "organization": { "id": "00000469", "displayName": [ { "value": "Stiftung Deutsches Technikmuseum Berlin", "lang": "deu" } ], "type": "ddb-institution", "gnd": "http://d-nb.info/gnd/10060122-4", "administrativeNote": "War ursprünglich \"Stiftung Deutsches Technikmuseum Berlin, Historisches Archiv\", wurde auf bitten des Museums in Haupteinrichtung mit 2 Untereinrichtungen umgewandelt. (LL, 3.12.2015)\r\n# -- Daten aus der alten Registrierung:\r\nCreated: 2011-08-23, 08:03:57\r\nModified: 2014-07-23, 14:01:02", "abbreviation": [ { "value": "SDTB", "lang": "deu" } ], "description": [], "legalStatus": "Stiftung öffentlichen Rechts", "sector": "Sonstige", "address": { "street": "Trebbiner Str.", "houseIdentifier": "9", "postalCode": "10963", "city": [ { "value": "Berlin", "lang": "deu" } ], "citygnuri": "http://sws.geonames.org/6547539/", "state": "Berlin", "country": "DE", "latitude": 52.4986278, "longitude": 13.3768443, "locationDisplayName": "Deutsches Technikmuseum Berlin, 9, Trebbiner Straße, Kreuzberg, Friedrichshain-Kreuzberg, Berlin, 10963, Deutschland" }, "facebook": "https://www.facebook.com/deutschestechnikmuseum", "url": "http://sdtb.de", "logo": "00000469.png", "created": "2015-07-03T15:03:53", "creatorId": "admin", "modified": "2016-03-03T09:20:03", "modifierId": "f7a4de2e760a641bad0fbb58f5c98fdf", "status": "approved" }, "hit": false }, { "treeResult": [ { "treeResult": [], "organization": { "id": "99900098", "displayName": [ { "value": "Porsche Museum", "lang": "deu" } ], "type": "ddb-institution", "gnd": "http://d-nb.info/gnd/2087859-X", "administrativeNote": "# -- Daten aus der alten Registrierung:\r\nCreated: 2011-08-26, 11:21:04\r\nModified: 2011-12-07, 10:33:26", "abbreviation": [ { "value": "Porsche Museum", "lang": "deu" } ], "description": [], "sector": "Museum", "address": { "street": "Porscheplatz", "houseIdentifier": "1", "postalCode": "70435", "city": [ { "value": "Stuttgart", "lang": "deu" } ], "citygnuri": "http://sws.geonames.org/6690189/", "state": "Baden-Württemberg", "country": "DE", "latitude": 48.8343438, "longitude": 9.152288, "locationDisplayName": "Porsche Museum, 5, Porscheplatz, Zuffenhausen-Schützenbühl, Neuwirtshaus, Zuffenhausen, Stuttgart, Regierungsbezirk Stuttgart, Baden-Württemberg, 70435, Deutschland" }, "url": "http://www.porsche.com/museum/de/", "orgParent": "00000499", "created": "2015-07-03T14:57:47", "creatorId": "admin", "modified": "2016-01-28T12:00:35", "modifierId": "f7a4de2e760a641bad0fbb58f5c98fdf", "status": "approved" }, "hit": true } ], "organization": { "id": "00000499", "displayName": [ { "value": "Dr.-Ing. h.c. F. Porsche AG. Historisches Archiv", "lang": "deu" } ], "type": "ddb-institution", "administrativeNote": "# -- Daten aus der alten Registrierung:\r\nCreated: 2011-08-23, 08:03:57\r\nModified: 2014-07-23, 14:00:57", "abbreviation": [], "description": [], "legalStatus": "Aktiengesellschaft", "sector": "Archiv", "subSector": "Wirtschaftsarchive", "address": { "street": "Porscheplatz", "houseIdentifier": "1", "postalCode": "70435", "city": [ { "value": "Stuttgart", "lang": "deu" } ], "citygnuri": "http://sws.geonames.org/6690189/", "state": "Baden-Württemberg", "country": "DE", "latitude": 48.8343438, "longitude": 9.152288, "locationDisplayName": "Porsche Museum, 5, Porscheplatz, Zuffenhausen-Schützenbühl, Neuwirtshaus, Zuffenhausen, Stuttgart, Regierungsbezirk Stuttgart, Baden-Württemberg, 70435, Deutschland" }, "url": "http://www.porsche.com/museum/de/archiv/", "created": "2015-07-03T14:54:47", "creatorId": "admin", "modified": "2016-01-28T11:59:51", "modifierId": "f7a4de2e760a641bad0fbb58f5c98fdf", "status": "approved" }, "hit": false }, { "treeResult": [ { "treeResult": [], "organization": { "id": "oid1471510330822", "displayName": [ { "value": "Archiv F. G. Conzen", "lang": "deu" } ], "type": "ddb-institution", "administrativeNote": "#-- Nach Abschluss des Ardey-Massenmailings automatisch am 12.12.2016 APPROVED\r\n#-- Import Ardey-Daten für Archivportal-D am 18.08.2016", "abbreviation": [], "description": [], "sector": "Archiv", "subSector": "Wirtschaftsarchive", "address": { "street": "Völklinger Str.", "houseIdentifier": "24", "postalCode": "40221", "city": [ { "value": "Düsseldorf", "lang": "deu" } ], "citygnuri": "http://sws.geonames.org/6553022/", "state": "Nordrhein-Westfalen", "country": "DE", "latitude": 51.2097482, "longitude": 6.7587415, "locationDisplayName": "24, Völklinger Straße, Bilk, Stadtbezirk 3, Düsseldorf, Regierungsbezirk Düsseldorf, Nordrhein-Westfalen, 40221, Deutschland" }, "email": "conzen@conzen.de", "url": "http://www.conzen.de", "orgParent": "00000551", "created": "2016-08-18T08:52:10", "creatorId": "admin", "modified": "2017-03-16T17:53:24", "modifierId": "3ef21b99991db825c19876210c698e52", "status": "approved" }, "hit": true } ], "organization": { "id": "00000551", "displayName": [ { "value": "F. G. Conzen im Alten Haus", "lang": "deu" } ], "type": "ddb-institution", "administrativeNote": "# -- Daten aus der alten Registrierung:\r\nCreated: 2011-08-23, 08:03:57\r\nModified: 2012-06-22, 14:12:06", "abbreviation": [], "description": [], "legalStatus": "GmbH", "sector": "Museum", "address": { "street": "Bilker Str.", "houseIdentifier": "5", "postalCode": "40213", "city": [ { "value": "Düsseldorf", "lang": "deu" } ], "citygnuri": "http://sws.geonames.org/6553022/", "state": "Nordrhein-Westfalen", "country": "DE", "latitude": 51.2225379, "longitude": 6.7726667, "locationDisplayName": "5, Bilker Straße, Carlstadt, Stadtbezirk 1, Düsseldorf, Regierungsbezirk Düsseldorf, Nordrhein-Westfalen, 40213, Deutschland" }, "email": "conzen@conzen.de", "facebook": "https://www.facebook.com/conzen1854", "url": "https://www.conzen.de/rahmensammlung/", "created": "2015-07-03T14:54:22", "creatorId": "admin", "modified": "2017-03-16T17:50:50", "modifierId": "3ef21b99991db825c19876210c698e52", "status": "approved" }, "hit": true }, { "treeResult": [ { "treeResult": [], "organization": { "id": "oid1475585174899", "displayName": [ { "value": "Archiv des Freilichtmuseums am Kiekeberg", "lang": "deu" } ], "type": "ddb-institution", "administrativeNote": "#-- Nach Abschluss des Ardey-Massenmailings automatisch am 12.12.2016 APPROVED\n#-- Ardey-Daten für Archivportal-D am 04.10.2016", "abbreviation": [], "description": [], "sector": "Archiv", "subSector": "Archive_der_Hochschulen_sowie_wissenschaftlicher_Institutionen", "address": { "street": "Am Kiekeberg", "houseIdentifier": "1", "postalCode": "21224", "city": [ { "value": "Rosengarten-Ehestorf", "lang": "deu" } ], "citygnuri": "http://sws.geonames.org/2845012/", "state": "Niedersachsen", "country": "DE", "latitude": 53.43976, "longitude": 9.90381, "locationDisplayName": "Stoof Mudders Kroog / Pfarrwitwenhaus, 1a, Am Kiekeberg, Ehestorf, Rosengarten, Landkreis Harburg, Niedersachsen, 21224, Deutschland" }, "email": "kleinfeld@kiekeberg-museum.de", "url": "http://www.kiekeberg-museum.de", "orgParent": "00000600", "created": "2016-10-04T12:46:15", "creatorId": "aa5e0f892d50a4506058b47bb4a39e64", "modified": "2016-12-12T07:05:48", "modifierId": "admin", "status": "approved" }, "hit": true } ], "organization": { "id": "00000600", "displayName": [ { "value": "Freilichtmuseum am Kiekeberg", "lang": "deu" } ], "type": "ddb-institution", "administrativeNote": "# -- Daten aus der alten Registrierung:\r\nCreated: 2011-08-23, 08:03:57\r\nModified: 2012-01-05, 08:44:31", "abbreviation": [], "description": [], "legalStatus": "Stiftung", "sector": "Museum", "address": { "street": "Am Kiekeberg", "houseIdentifier": "1", "postalCode": "21224", "city": [ { "value": "Rosengarten-Ehestorf", "lang": "deu" } ], "citygnuri": "http://sws.geonames.org/2845012/", "state": "Niedersachsen", "country": "DE", "latitude": 53.43976, "longitude": 9.90381, "locationDisplayName": "Stoof Mudders Kroog / Pfarrwitwenhaus, 1a, Am Kiekeberg, Ehestorf, Rosengarten, Landkreis Harburg, Niedersachsen, 21224, Deutschland" }, "facebook": "https://www.facebook.com/kiekeberg", "url": "http://www.kiekeberg-museum.de/", "created": "2015-07-03T14:55:16", "creatorId": "admin", "modified": "2018-03-13T14:15:11", "modifierId": "70c268495b2127fc04aa7483261d67ac", "status": "approved" }, "hit": true }, { "treeResult": [ { "treeResult": [], "organization": { "id": "oid1475581505062", "displayName": [ { "value": "Archiv der HNF Heinz Nixdorf MuseumsForum GmbH", "lang": "deu" } ], "type": "ddb-institution", "administrativeNote": "#-- Nach Abschluss des Ardey-Massenmailings automatisch am 12.12.2016 APPROVED\n#-- Ardey-Daten für Archivportal-D am 04.10.2016", "abbreviation": [], "description": [], "sector": "Archiv", "subSector": "Archive_der_Hochschulen_sowie_wissenschaftlicher_Institutionen", "address": { "street": "Fürstenallee", "houseIdentifier": "7", "postalCode": "33102", "city": [ { "value": "Paderborn", "lang": "deu" } ], "citygnuri": "http://sws.geonames.org/6557655/", "state": "Nordrhein-Westfalen", "country": "DE", "latitude": 51.73121, "longitude": 8.73616, "locationDisplayName": "b.i.b. International College, 3-5, Fürstenallee, Paderborn, Kreis Paderborn, Regierungsbezirk Detmold, Nordrhein-Westfalen, 33102, Deutschland" }, "email": "awegener@hnf.de", "url": "http://www.hnf.de", "orgParent": "00000724", "created": "2016-10-04T11:45:05", "creatorId": "aa5e0f892d50a4506058b47bb4a39e64", "modified": "2016-12-12T07:05:49", "modifierId": "admin", "status": "approved" }, "hit": true } ], "organization": { "id": "00000724", "displayName": [ { "value": "HNF Heinz Nixdorf MuseumsForum GmbH", "lang": "deu" } ], "type": "ddb-institution", "gnd": "http://d-nb.info/gnd/5263956-3", "administrativeNote": "# -- Daten aus der alten Registrierung:\r\nCreated: 2011-08-23, 08:03:58\r\nModified: 2013-10-18, 08:13:04", "abbreviation": [ { "value": "HNF", "lang": "deu" } ], "description": [], "legalStatus": "GmbH", "sector": "Museum", "address": { "street": "Fürstenallee", "houseIdentifier": "7", "postalCode": "33102", "city": [ { "value": "Paderborn", "lang": "deu" } ], "citygnuri": "http://sws.geonames.org/6557655/", "state": "Nordrhein-Westfalen", "country": "DE", "latitude": 51.73121, "longitude": 8.73616, "locationDisplayName": "b.i.b. International College, 3-5, Fürstenallee, Paderborn, Kreis Paderborn, Regierungsbezirk Detmold, Nordrhein-Westfalen, 33102, Deutschland" }, "facebook": "https://www.facebook.com/heinznixdorfmuseumsforum", "url": "http://www.hnf.de", "logo": "00000724.png", "created": "2015-07-03T15:00:21", "creatorId": "admin", "modified": "2016-09-09T16:50:54", "modifierId": "f0f04cd231e7683780c65b52db64bd39", "status": "approved" }, "hit": true }, { "treeResult": [], "organization": { "id": "00001078", "displayName": [ { "value": "Werkbundarchiv - Museum der Dinge", "lang": "deu" } ], "type": "ddb-institution", "gnd": "http://d-nb.info/gnd/5351292-3", "administrativeNote": "# -- Daten aus der alten Registrierung:\r\nCreated: 2011-08-23, 08:03:58\r\nModified: 2013-07-15, 09:35:37", "abbreviation": [], "description": [], "legalStatus": "Verein", "sector": "Museum", "address": { "street": "Oranienstraße", "houseIdentifier": "25", "postalCode": "10999", "city": [ { "value": "Berlin", "lang": "deu" } ], "citygnuri": "http://sws.geonames.org/6547539/", "state": "Berlin", "country": "DE", "latitude": 52.5010652, "longitude": 13.4206563, "locationDisplayName": "Berliner Blindenanstalt, 26, Oranienstraße, Graefekiez, Kreuzberg, Friedrichshain-Kreuzberg, Berlin, 10999, Deutschland" }, "facebook": "https://www.facebook.com/museumderdinge", "url": "http://www.museumderdinge.de", "logo": "00001078.png", "created": "2015-07-03T15:02:21", "creatorId": "admin", "modified": "2016-03-03T12:21:01", "modifierId": "f7a4de2e760a641bad0fbb58f5c98fdf", "status": "approved" }, "hit": true } ], "start": 1, "count": 20, "totalHits": 986 }
Status codes
- 200 = Successful
- 304 = Attribute modified
- 400 = Bad Request
- 401 = User not authorized to login
- 403 = Authentication temporarily blocked
- 404 = User not found
- 423 = User is blacklisted
- 428 = User has "unconfirmed" status
- 500 = Internal server error
Example call(s)
- GET https://dev-ddb.fiz-karlsruhe.de/api/2/user/organizations
US05 | Create user
POST | /user |
---|
No Login (anonymous) required
Supported Content Type(s)
- application/json
Request payload
User object Expand source
{ "nickname": "testuser", "email": "testuser@ddb.de", "pswd": "testuser", "confirmationLink": "http://www.test.de?token=|confirmationToken|&uid=|id|", "confirmationTemplate": "<>", "confirmationSubject": "<>" }
Response payload
User object Expand source
{ "id": "ed311f766d79bedfd79c925e4e267e37", "nickname": "testuser", "status": "CREATED", "surName": "surname is unknown", "email": "testuser@ddb.de", "created": "2024-02-07T11:40:06", "creatorId": "anonymous", "modified": "2024-02-07T11:40:06", "modifierId": "anonymous", "confirmationLink": "http://www.test.de?token=c32646c8-8f24-4d23-9337-a327f2626984&uid=ed311f766d79bedfd79c925e4e267e37" }
Status codes
- 200 = Successful
- 400 = Bad Request
- 401 = User not authorized to login
- 409 = Illegal State
- 500 = Internal server error
Example call(s)
- POST https://dev-ddb.fiz-karlsruhe.de/api/2/user
US06 | Delete user
DELETE | /user/{id} |
---|
Admin permission required
Supported Content Type(s)
- application/json
Status codes
- 204 = User successful deleted
- 400 = Bad Request
- 401 = User not authorized to login
- 404 = User not found
- 423 = User is blacklisted
- 428 = User has "unconfirmed" status
- 500 = Internal server error
Example call(s)
- DELETE https://dev-ddb.fiz-karlsruhe.de/api/2/user/cb5d9c5810e985e7beda092b22e1e480
US07 | Confirm user action
PUT | /user/{id}/confirm/{token} |
---|
No Login (anonymous) required
Supported Content Type(s)
- application/json
Response payload
User object Expand source
{ "id": "2443f6d538fd09d00b5f8add909fc2a5", "nickname": "testuser", "status": "CONFIRMED", "surName": "surname is unknown", "email": "testuser@ddb.de", "created": "2024-03-07T11:04:58", "creatorId": "anonymous", "modified": "2024-03-07T11:06:32", "modifierId": "anonymous" }
Status codes
- 200 = Successful confirmation
- 400 = Bad Request
- 404 = User not found
- 423 = User is blacklisted
- 428 = User has "unconfirmed" status
- 500 = Internal server error
Example call(s)
- PUT https://dev-ddb.fiz-karlsruhe.de/api/2/user/2443f6d538fd09d00b5f8add909fc2a5/confirm/8f01fda7-5660-4687-8cf9-797276c4bc59
US08 | Get user by email
GET | /user/email/{email} |
---|
Admin permission required
Supported Content Type(s)
- application/json
Response payload
User object Expand source
{ "id": "2443f6d538fd09d00b5f8add909fc2a5", "nickname": "testuser", "status": "CONFIRMED", "surName": "surname is unknown", "email": "testuser@ddb.de", "created": "2024-03-07T11:04:58", "creatorId": "anonymous", "modified": "2024-03-07T11:06:32", "modifierId": "anonymous" }
Status codes
- 200 = User successful retrieved
- 400 = Bad Request
- 401 = User not authorized to login
- 403 = Authentication temporarily blocked
- 404 = User not found
- 423 = User is blacklisted
- 428 = User has "unconfirmed" status
- 500 = Internal server error
Example call(s)
- GET https://dev-ddb.fiz-karlsruhe.de/api/2/user/email/testuser@ddb.de
US09 | Change user password
PUT | /user/{id}/password |
---|
User permission required
Supported Content Type(s)
- application/json
Request payload
UserPass object Expand source
{ "pswd":"efxtN*EYj6" }
Status codes
- 204 = Password changed
- 304 = Password could not changed
- 400 = Bad Request
- 401 = User not authorized to login
- 403 = Authentication temporarily blocked
- 404 = User not found
- 423 = User is blacklisted
- 428 = User has "unconfirmed" status
- 500 = Internal server error
Example call(s)
- PUT https://dev-ddb.fiz-karlsruhe.de/api/2/user/2443f6d538fd09d00b5f8add909fc2a5/password
US10 | Reset user password
PUT | /user/{id}/passwordreset |
---|
No Login (anonymous) required
Supported Content Type(s)
- application/json
Request payload
User object Expand source
{ "confirmationLink": "http://www.test.de?token=|confirmationToken|&uid=|id|", "confirmationTemplate": "Link: ${confirmationLink}, Email: ${email}, Password: ${pswd}", "confirmationSubject": "<>" }
Response payload
User object Expand source
{ "id": "59ab798971240c9c3556e627864430a9", "nickname": "testuser", "status": "CHANGE_REQUEST", "surName": "surname is unknown", "email": "testuser@ddb.de", "created": "2024-03-08T09:23:53", "creatorId": "anonymous", "modified": "2024-03-08T10:20:51", "modifierId": "anonymous", "confirmationLink": "http://www.test.de?token=c7fd31ce-56c9-48c6-b045-075de6bead37&uid=59ab798971240c9c3556e627864430a9" }
Status codes
- 200 = Password changed
- 304 = Password could not changed
- 400 = Bad Request
- 401 = User not authorized to login
- 403 = Authentication temporarily blocked
- 404 = User not found
- 423 = User is blacklisted
- 428 = User has "unconfirmed" status
- 500 = Internal server error
Example call(s)
- PUT https://dev-ddb.fiz-karlsruhe.de/api/2/user/59ab798971240c9c3556e627864430a9/resetpassword
US11 | Update user email
PUT | /user/{id}/email |
---|
User permission required
Supported Content Type(s)
- application/json
Request payload
User object Expand source
{ "email": "changed_email_testuser@ddb.de", "confirmationLink": "http://www.test.de?token=|confirmationToken|&uid=|id|" }
Response payload
User object Expand source
{ "id": "59ab798971240c9c3556e627864430a9", "nickname": "testuser", "status": "CHANGE_REQUEST", "surName": "surname is unknown", "email": "testuser@ddb.de", "created": "2024-03-08T09:23:53", "creatorId": "anonymous", "modified": "2024-03-08T10:20:51", "modifierId": "anonymous", "confirmationLink": "http://www.test.de?token=c7fd31ce-56c9-48c6-b045-075de6bead37&uid=59ab798971240c9c3556e627864430a9" }
Status codes
- 200 = Email change request done (pending to be confirmed using link)
- 304 = Email could not changed
- 400 = Bad Request
- 401 = User not authorized to login
- 403 = Authentication temporarily blocked
- 404 = User not found
- 423 = User is blacklisted
- 428 = User has "unconfirmed" status
- 500 = Internal server error
Example call(s)
- PUT https://dev-ddb.fiz-karlsruhe.de/api/2/user/59ab798971240c9c3556e627864430a9/email
US12 | Update user metadata
PUT | /user/{id} |
---|
User permission required
Supported Content Type(s)
- application/json
Request payload
User object Expand source
{ "id": "793feaf72b465c17be1e2d86c7a0a057", "nickname": "testuser-ri", "status": "CONFIRMED", "surName": "CHANGING THE SURENAME", "email": "testuser-ri@ddb.de", "created": "2024-04-30T09:47:09", "creatorId": "anonymous", "modified": "2024-04-30T09:47:10", "modifierId": "anonymous" }
Response payload
User object Expand source
{ "id":"793feaf72b465c17be1e2d86c7a0a057", "nickname":"testuser-ri", "status":"CONFIRMED", "surName":"CHANGING THE SURENAME", "email":"testuser-ri@ddb.de", "created":"2024-04-30T09:47:09", "creatorId":"anonymous", "modified":"2024-04-30T10:00:00", "modifierId":"793feaf72b465c17be1e2d86c7a0a057" }
Status codes
- 200 = Email change request done (pending to be confirmed using link)
- 304 = Email could not changed
- 400 = Bad Request
- 401 = User not authorized to login
- 403 = Authentication temporarily blocked
- 404 = User not found
- 423 = User is blacklisted
- 428 = User has "unconfirmed" status
- 500 = Internal server error
Example call(s)
- PUT https://dev-ddb.fiz-karlsruhe.de/api/2/user/793feaf72b465c17be1e2d86c7a0a057
US13 | Get user by id
GET | /user/{id} |
---|
Admin permission required
Supported Content Type(s)
- application/json
Response payload
User object Expand source
{ "id": "2443f6d538fd09d00b5f8add909fc2a5", "nickname": "testuser", "status": "CONFIRMED", "surName": "surname is unknown", "email": "testuser@ddb.de", "created": "2024-03-07T11:04:58", "creatorId": "anonymous", "modified": "2024-03-07T11:06:32", "modifierId": "anonymous" }
Status codes
- 200 = User successful retrieved
- 400 = Bad Request
- 401 = User not authorized to login
- 403 = Authentication temporarily blocked
- 404 = User not found
- 423 = User is blacklisted
- 428 = User has "unconfirmed" status
- 500 = Internal server error
Example call(s)
- GET https://dev-ddb.fiz-karlsruhe.de/api/2/user/2443f6d538fd09d00b5f8add909fc2a5
US14 | Get global privilege
GET | /user/privileges/{privilege} |
---|
Admin permission required
Supported Content Type(s)
- application/json
Response payload
Global Privilege object Expand source
{ "privilege": "FACHSTELLE_ARCHIV", "id": [ "fachstelle_archiv", "76cbd46def6ee122af1218e080ce1264", "5924c8bc43d72a99cc599c739a5b2300", "ffd0228f2f57c93df01d39c4da1799c2", "96185c01ec10b9cf28656d8137748e71", "a1935d91ef4ebcf1f57ef120e6e76aad", "4026c88b653a112935812de111b4af22" ], "sector": "Archiv", "global": true, "heritable": true }
Status codes
- 200 = Successful
- 400 = Bad Request
- 401 = User not authorized to login
- 403 = Authentication temporarily blocked
- 404 = User not found
- 423 = User is blacklisted
- 428 = User has "unconfirmed" status
- 500 = Internal server error
Example call(s)
- GET https://dev-ddb.fiz-karlsruhe.de/api/2/user/privileges/FACHSTELLE_ARCHIV
US15 | Search for users
GET | /user/search |
---|
Admin permission required
Supported Content Type(s)
- application/json
Query parameters
Name | Value | Occurence | Default | Required | Example |
---|---|---|---|---|---|
count | Number of hits to return | Once | 20 | Optional | count=10 |
start | Start of first hit | Once | 1 | Optional | start=4 |
sort | Field and sorting criteria
| Once | - | Optional | sort=surName/sort.ascending sort=foreName/sort.descending |
<fieldname> | Value to search
| Multiple | - | Optional | status=CONFIRMED salutation=Herr |
Response payload
User Result object Expand source
{ "results": { "person": [ { "id": "fb37beba5bfba23405b42dcf6a0db219", "nickname": "ddbCronjobAdmin", "status": "CONFIRMED", "salutation": "Herr", "foreName": "ddbCronjob", "surName": "Admin", "email": "ddbcronjobadmin@fiz-karlsruhe.de", "telephoneNumber": "123456", "created": "2021-11-12T03:11:10", "creatorId": "anonymous", "modified": "2021-11-12T08:17:06", "modifierId": "admin" }, { "id": "5f1571def309f4e30f16f8b85cd64534", "nickname": "m.buechner@dnb.de", "status": "CONFIRMED", "salutation": "Herr", "foreName": "Michael", "surName": "Büchner", "email": "m.buechner@dnb.de", "telephoneNumber": "+49 69 1525-1774", "created": "2020-12-17T17:37:24", "creatorId": "anonymous", "modified": "2020-12-17T17:38:58", "modifierId": "e08d8db1bb28b584753129a055a9b548", "apiKey": "zY9hPyNwGDWX4JjIeuHuNg6J8VFGj6h35TIDDSfuzdrIKiaKBIs1531832617312" } ] }, "start": 1, "count": 2, "totalHits": 39 }
Status codes
- 200 = Successful
- 400 = Bad Request
- 401 = User not authorized to login
- 403 = Authentication temporarily blocked
- 404 = User not found
- 423 = User is blacklisted
- 428 = User has "unconfirmed" status
- 500 = Internal server error
Example call(s)
- GET https://dev-ddb.fiz-karlsruhe.de/api/2/user/search?status=CONFIRMED&salutation=Herr&sort=surName/sort.ascending&start=1&count=2
- No labels