Navigation
Basic Operations
Home
Issues & Requests
Member API
Partner Tools
Recent Changes
test page
 

Member API

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
The API Basics page includes information about required HTTP headers and the URLs of our live and test servers.

We will continue to expand the member API as time permits.


Updated on Aug 4, 2016 by Andrew Diamond (Version 3)