The APTrust member API enables member institutions to programmatically interact with APTrust's online repository. This is a REST API that returns JSON data.
APTrust launched the first two read-only API calls in February, 2016: - GET /member-api/v1/items returns information about items in the APTrust work queue, including:
- uploaded bags in any stage of the ingest process (awaiting, undergoing, completed, failed)
- restoration requests
- deletion requests
- requests to copy ingested items to DPN
- GET /member-api/v1/objects returns information about intellectual objects that have been fully ingested
We will continue to expand the member API as time permits.
|