Aller au contenu principal
Version: 5.5

EAD export

This service creates an EAD document for a given persistent identifier.

The path for the service is ead/export.

GET Request

http://localhost:8080/rservices/rservices/ead/export?pid=it-01%3A17&recursively=true
parameterdescription
pidThe persistent identifier of the object for which the EAD should be exported.
recursively(optional): If true, objects will be exported including their child objects according to repository relations. Default is true.

Response: The response will be an EAD xml string.