GET /catalog/api/v1/locations/xdoc?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/hal+json
Vary: Accept

{
    "_links": {
        "self": {
            "href": "http://libuiapps.library.unt.edu/catalog/api/v1/locations/xdoc"
        },
        "items": {
            "href": "http://libuiapps.library.unt.edu/catalog/api/v1/items/?locationCode=xdoc"
        },
        "courses": {
            "href": "http://libuiapps.library.unt.edu/catalog/api/v1/courses/?locationCode=xdoc"
        },
        "shelflist": {
            "href": "http://libuiapps.library.unt.edu/catalog/api/v1/locations/xdoc/shelflistitems/"
        }
    },
    "code": "xdoc",
    "label": "Government Documents Remote Storage"
}