...
API endpoints
IT01 | Get Aip
GET | /items/{id} |
---|
Supported Content Type(s)
- application/json (default)
- application/xml
Response Response payload
- Response too long, use example calls
...
...
IT02 | Get binaries
GET | /items/{id}/binaries |
---|
Supported Content Type(s)
- application/json (default)
- application/xml
Status codes
- 200 = Data request successful
- 404 = Data not found
- 500 = Internal server error
...
IT03 | Get parents
GET | /items/{id}/parents |
---|
Supported Content Type(s)
- application/json (default)
- application/xml
Status codes
- 200 = Data request successful
- 404 = Data not found
- 500 = Internal server error
...
IT04 | Get children
GET | /items/{id}/children |
---|
Supported Content Type(s)
- application/json (default)
- application/xml
Status codes
- 200 = Data request successful
- 404 = Data not found
- 500 = Internal server error
...
IT05 | Get source
GET | /items/{id}/source |
---|
Supported Content Type(s)
- application/json (default)
- application/xml
Status codes
- 200 = Data request successful
- 404 = Data not found
- 500 = Internal server error
...
IT06 | Get model
GET | /items/{id}/edm |
---|
Supported Content Type(s)
- application/json (default)
- application/xml
Status codes
- 200 = Data request successful
- 404 = Data not found
- 500 = Internal server error
...
IT07 | Get view
GET | /items/{id}/view |
---|
Supported Content Type(s)
- application/json (default)
- application/xml
Status codes
- 200 = Data request successful
- 404 = Data not found
- 500 = Internal server error
...
IT08 | Get source description
GET | /items/{id}/source/decription |
---|
Supported Content Type(s)
- application/json (default)
- application/xml
Status codes
- 200 = Data request successful
- 404 = Data not found
- 500 = Internal server error
...
IT09 | Get source record
GET | /items/{id}/source/record |
---|
Supported Content Type(s)
- application/xml
Response payload
- Response too long, use example calls
...
IT10 | Download citiation infos for newspaper issue
GET | /items/{id}/citiation |
---|
Supported Content Type(s)
- text/plain
Response payload
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
@article{https://www.deutsche-digitale-bibliothek.de/newspaper/item/U5OAZLXSVQB3XXAM3VGG5ZGHV6IQP2GW, title = {Leipziger Volkszeitung : LVZ / (Ausgabe: 1905-09-11)}, journal = {Leipziger Volkszeitung : LVZ}, issue = {1905-09-11}, address = {Leipzig}, date = {1905-09-11}, urldate = {2024-04-23}, year = {1905}, month = {Sept.}, day = {11}, language = {Deutsch}, url = {https://www.deutsche-digitale-bibliothek.de/newspaper/item/U5OAZLXSVQB3XXAM3VGG5ZGHV6IQP2GW}, url = {http://www.slub-dresden.de}, note = {Zus{\"a}tzliche Info zur Ausgabe: Heft / Projekt: Historische Zeitungen}, note = {ZDB-ID: 2737221-2}, note = {Zugriff {\"u}ber: Deutsches Zeitungsportal}, note = {Digitalisierung: S{\"a}chsische Landesbibliothek - Staats- und Universit{\"a}tsbibliothek Dresden}, note = {Lizenz: http://creativecommons.org/publicdomain/mark/1.0/} } |
...