HoldingsIQ Documentation Title

 

 

The HoldingsIQ service retrieves vendor, package and title related information in JSON format. The service automates the managing of holdings data from different sources.

 

 

 

 

Downloading

After the customer holdings data has been successfully populated to a staging area, you can download the customer holdings in KBART2 format.  Please note that hidden titles in your holdings are not downloaded.  If a title has more than one coverage, the title is repeated in the response with each coverage date.

To Download Customer Holdings (example):

To download a set of customer holdings, you need to specify the following information:

  • The format of the data.
  • The maximum number of results to return in the response.  The count can not exceed 4000.
  • The page offset.

 

Request

GET https://sandbox.ebsco.io/rm/rmaccounts/CUSTID/holdings?format=kbart2&count=2&offset=1

Response


200 OK
 
{
  "offset": 1,
  "format": "kbart2",
  "holdings": [
    {
      "publication_title": "PsycFIRST",
      "print_identifier": "",
      "online_identifier": "",
      "date_first_issue_online": "",
      "num_first_vol_online": "",
      "num_first_issue_online": "",
      "date_last_issue_online": "",
      "num_last_vol_online": "",
      "num_last_issue_online": "",
      "title_url": "http://firstsearch.oclc.org/FSIP?db=PsycFIRST",
      "first_author": "",
      "title_id": "482857",
      "embargo_info": "",
      "coverage_depth": "abstract",
      "notes": "",
      "publisher_name": "Unspecified",
      "publication_type": "monograph",
      "date_monograph_published_print": "2000",
      "date_monograph_published_online": "2000",
      "monograph_volume": "",
      "monograph_edition": "",
      "first_editor": "",
      "parent_publication_title_id": "",
      "preceeding_publication_title_id": "",
      "access_type": "P",
      "package_name": "PsycFIRST",
      "package_id": "2976",
      "vendor_name": "OCLC",
      "vendor_id": "21",
      "resource_type": "Database"
    },
    {
      "publication_title": "PsycFIRST",
      "print_identifier": "",
      "online_identifier": "",
      "date_first_issue_online": "",
      "num_first_vol_online": "",
      "num_first_issue_online": "",
      "date_last_issue_online": "",
      "num_last_vol_online": "",
      "num_last_issue_online": "",
      "title_url": "http://firstsearch.oclc.org/FSIP?db=PsycFIRST",
      "first_author": "",
      "title_id": "482857",
      "embargo_info": "",
      "coverage_depth": "abstract",
      "notes": "",
      "publisher_name": "Unspecified",
      "publication_type": "monograph",
      "date_monograph_published_print": "2001",
      "date_monograph_published_online": "2001",
      "monograph_volume": "",
      "monograph_edition": "",
      "first_editor": "",
      "parent_publication_title_id": "",
      "preceeding_publication_title_id": "",
      "access_type": "P",
      "package_name": "PsycFIRST",
      "package_id": "2976",
      "vendor_name": "OCLC",
      "vendor_id": "21",
      "resource_type": "Database"
    },
    {
      "publication_title": "Idea Engineering: Creative Thinking and Innovation",
      "print_identifier": "978-1-60650-472-7",
      "online_identifier": "978-1-60650-473-4",
      "date_first_issue_online": "",
      "num_first_vol_online": "",
      "num_first_issue_online": "",
      "date_last_issue_online": "",
      "num_last_vol_online": "",
      "num_last_issue_online": "",
      "title_url": "",
      "first_author": "Harris, La Verne Abe.",
      "title_id": "2461469",
      "embargo_info": "",
      "coverage_depth": "fulltext",
      "notes": "",
      "publisher_name": "Momentum Press, LLC",
      "publication_type": "monograph",
      "date_monograph_published_print": "2014",
      "date_monograph_published_online": "2014",
      "monograph_volume": "",
      "monograph_edition": "",
      "first_editor": "",
      "parent_publication_title_id": "",
      "preceeding_publication_title_id": "",
      "access_type": "P",
      "package_name": "Ebrary Business Expert Press Digital Library 2014",
      "package_id": "22589",
      "vendor_name": "Ebrary",
      "vendor_id": "269",
      "resource_type": "Book"
    }
  ]
}