Spydus Help
New Features in Spydus 11 / API features in Spydus 11
In This Topic
    API features in Spydus 11
    In This Topic

    Event Calendar API

    A new API endpoint has been added to retrieve event session records in a date range. The endpoint is:

    See the Swagger Events API interface to try it out.

    Additional API endpoints to retrieve current & previous loans, and reservations

    There is no server version requirement for this feature.   

    A new API endpoint has been added to retrieve current loans. The endpoint is:

    A new API endpoint has been added to retrieve previous loans. The endpoint is:

    A new API endpoint has been added to retrieve current reservations. The endpoint is:

    A new API endpoint has been added to retrieve previous reservations. The endpoint is:

    See the Swagger Circulation API interface to try them out.

    Add response fields to patron reservations methods

    Two response fields have been added to the current & previous reservation API calls.

    The reservationStatus field will be set per LCF standards.

    For current reservations;

    For previous reservations, reservationStatus will be based on the reservation completion type:

    Add 'mode' parameter to LCF 1.2 patron information endpoint

    There is no server version requirement for this feature.  

    To help improve performance, the LCF v1.2 patron information method now includes a 'mode' option. There are two patron modes supported:

    When the mode is set to 'patron,' the response contains no transaction summary information, transaction links, or deposit balance.

    When the mode is set to 'auth,' only the patron's credentials are validated, and a response code (200 or 401) is returned. 

    If mode is empty or not set to 'patron' or 'auth', the response contains transaction summary information, transaction links and deposit balance.