Difference between revisions of "downloadEad"
From Archives Portal Europe Wiki
Line 2: | Line 2: | ||
This service is a GET-request. | This service is a GET-request. | ||
− | This download service enables a web developer to download a complete | + | This download-service enables a web developer to download a complete finding aid, holdings guide or source guide identified with {id} as EAD/XML-document. |
For this service you must change the accept header into "application/octet-stream" or leave it out. | For this service you must change the accept header into "application/octet-stream" or leave it out. | ||
Line 10: | Line 10: | ||
== id == | == id == | ||
− | Internal APE identifier of a | + | Internal APE identifier of a finding aid (id is starting with "F"), a holdings guide (id is starting with "H"), a source guide (id is starting with "S"). In this service, if the identifier does not start with a "F", "H" or "S" you will get an error message. This parameter is required. |
<br/><br/> | <br/><br/> | ||
Revision as of 12:40, 6 June 2017
Request url: https://api.archivesportaleurope.net/services/download/ead/{id}
.
This service is a GET-request.
This download-service enables a web developer to download a complete finding aid, holdings guide or source guide identified with {id} as EAD/XML-document.
For this service you must change the accept header into "application/octet-stream" or leave it out.
Request parameters
id
Internal APE identifier of a finding aid (id is starting with "F"), a holdings guide (id is starting with "H"), a source guide (id is starting with "S"). In this service, if the identifier does not start with a "F", "H" or "S" you will get an error message. This parameter is required.
Response parameters
None. The response is the actual EAD/XML file of the requested document.