API Docs
Retrieve Library Open Hours
Contents
This API returns a list of open days and hours for a given library.
Note that the library-hours do not necessarily reflect when the library doors are actually open, but rather start and end times that effect loan period.
This API is limited to one month of days from 1 year ago to 3 years ahead for a single request.
Resource URL
GET /almaws/v1/conf/libraries/{libraryCode}/open-hours
API Description
URL Parameters
Parameter | Type | Description |
---|---|---|
libraryCode | xs:string | The code for the institution from which the open hours should be retrieved. |
Querystring Parameters
Parameter | Type | Required | Description |
---|---|---|---|
from | xs:string | Optional. Default: today | From this Date (YYYY-MM-DD). Defaults to today. |
to | xs:string | Optional. | To this Date (YYYY-MM-DD). Defaults to the From Date plus one week. |
Body Parameters
None
Output
This method returns a Days
object. See doc
Possible Error Codes
Code | Message |
---|---|
402119 | General error. |