Difference between revisions of "contentEadArchdesc"
Line 1: | Line 1: | ||
Request url: <code>https://api.archivesportaleurope.net/services/content/ead/archdesc/{id}</code> | Request url: <code>https://api.archivesportaleurope.net/services/content/ead/archdesc/{id}</code> | ||
+ | |||
This service is a GET-request. | This service is a GET-request. | ||
<div><br/>__TOC__<br/></div> | <div><br/>__TOC__<br/></div> |
Revision as of 13:42, 11 August 2016
Request url: https://api.archivesportaleurope.net/services/content/ead/archdesc/{id}
This service is a GET-request.
Contents
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"). Descriptive Units result in other information, so a separate request is developed, called /content/ead/clevel/{id}
. 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
{ "id": "F883", "unitId": "3066", "unitTitle": "Partij van de Arbeid (P.v.d.A.), Statenfractie PvdA Gelderland", "repositoryId": 363, "repository": "Gelders Archief", "content": { --- skip --- } }
id
Internal APE identifier of the Finding Aid, Holdings Guide or Source Guide. The same as your request parameter "id".
unitId
Original identifier of the information provided by the repository.
unitTitle
Title of the information provided by the repository.
repositoryId
Internal APE identifier of the repository.
repository
Name of the repository.
content
Information in EAD-format, serialized as JSON. This part could potentially contain all the elements that can be part of an EAD/XML-document.