ApiService


Click here for a complete list of operations.

RetrieveHistory

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /rapid5api/apiservice.asmx HTTP/1.1
Host: rapid.exlibrisgroup.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://rapid2.library.colostate.edu/rapid5api/RetrieveHistory"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <RetrieveHistory xmlns="http://rapid2.library.colostate.edu/rapid5api/">
      <input>
        <RequestId>int</RequestId>
      </input>
    </RetrieveHistory>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <RetrieveHistoryResponse xmlns="http://rapid2.library.colostate.edu/rapid5api/">
      <RetrieveHistoryResult>
        <HistoryTransactions>
          <TranHistory>
            <RapidCode>string</RapidCode>
            <BranchName>string</BranchName>
            <StateType>Pending or Filled or Unfilled or Deleted or Cancelled or BadCitationBorrower or BadCitationLender or New or NewResend or NotAvailable or LocalHoldingIn or PendingBatchNotPrinted or PendingBatchPrinted or PendingLocal or Unknown or PendingExport or Shipped or Received or NotReceived or Returned or Lost or Finished or RenewalRequested or Renewed or NotRenewed</StateType>
            <TransactionDate>dateTime</TransactionDate>
            <AdditionalInfo>string</AdditionalInfo>
          </TranHistory>
          <TranHistory>
            <RapidCode>string</RapidCode>
            <BranchName>string</BranchName>
            <StateType>Pending or Filled or Unfilled or Deleted or Cancelled or BadCitationBorrower or BadCitationLender or New or NewResend or NotAvailable or LocalHoldingIn or PendingBatchNotPrinted or PendingBatchPrinted or PendingLocal or Unknown or PendingExport or Shipped or Received or NotReceived or Returned or Lost or Finished or RenewalRequested or Renewed or NotRenewed</StateType>
            <TransactionDate>dateTime</TransactionDate>
            <AdditionalInfo>string</AdditionalInfo>
          </TranHistory>
        </HistoryTransactions>
        <RapidRequestType>Article or Book or BookChapter</RapidRequestType>
        <JournalYear>string</JournalYear>
        <JournalTitle>string</JournalTitle>
        <ArticleTitle>string</ArticleTitle>
        <JournalVol>string</JournalVol>
        <JournalIssue>string</JournalIssue>
        <JournalPages>string</JournalPages>
        <Edition>string</Edition>
        <Publisher>string</Publisher>
        <Issn>string</Issn>
        <OclcNumber>string</OclcNumber>
        <Isbn>string</Isbn>
        <Lccn>string</Lccn>
      </RetrieveHistoryResult>
    </RetrieveHistoryResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /rapid5api/apiservice.asmx HTTP/1.1
Host: rapid.exlibrisgroup.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <RetrieveHistory xmlns="http://rapid2.library.colostate.edu/rapid5api/">
      <input>
        <RequestId>int</RequestId>
      </input>
    </RetrieveHistory>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <RetrieveHistoryResponse xmlns="http://rapid2.library.colostate.edu/rapid5api/">
      <RetrieveHistoryResult>
        <HistoryTransactions>
          <TranHistory>
            <RapidCode>string</RapidCode>
            <BranchName>string</BranchName>
            <StateType>Pending or Filled or Unfilled or Deleted or Cancelled or BadCitationBorrower or BadCitationLender or New or NewResend or NotAvailable or LocalHoldingIn or PendingBatchNotPrinted or PendingBatchPrinted or PendingLocal or Unknown or PendingExport or Shipped or Received or NotReceived or Returned or Lost or Finished or RenewalRequested or Renewed or NotRenewed</StateType>
            <TransactionDate>dateTime</TransactionDate>
            <AdditionalInfo>string</AdditionalInfo>
          </TranHistory>
          <TranHistory>
            <RapidCode>string</RapidCode>
            <BranchName>string</BranchName>
            <StateType>Pending or Filled or Unfilled or Deleted or Cancelled or BadCitationBorrower or BadCitationLender or New or NewResend or NotAvailable or LocalHoldingIn or PendingBatchNotPrinted or PendingBatchPrinted or PendingLocal or Unknown or PendingExport or Shipped or Received or NotReceived or Returned or Lost or Finished or RenewalRequested or Renewed or NotRenewed</StateType>
            <TransactionDate>dateTime</TransactionDate>
            <AdditionalInfo>string</AdditionalInfo>
          </TranHistory>
        </HistoryTransactions>
        <RapidRequestType>Article or Book or BookChapter</RapidRequestType>
        <JournalYear>string</JournalYear>
        <JournalTitle>string</JournalTitle>
        <ArticleTitle>string</ArticleTitle>
        <JournalVol>string</JournalVol>
        <JournalIssue>string</JournalIssue>
        <JournalPages>string</JournalPages>
        <Edition>string</Edition>
        <Publisher>string</Publisher>
        <Issn>string</Issn>
        <OclcNumber>string</OclcNumber>
        <Isbn>string</Isbn>
        <Lccn>string</Lccn>
      </RetrieveHistoryResult>
    </RetrieveHistoryResponse>
  </soap12:Body>
</soap12:Envelope>