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

{
    "totalCount": 164,
    "startRow": 160,
    "endRow": 163,
    "_links": {
        "self": {
            "href": "http://libuiapps.library.unt.edu/catalog/api/v1/locations/?format=api&offset=160"
        },
        "previous": {
            "href": "http://libuiapps.library.unt.edu/catalog/api/v1/locations/?format=api&offset=140"
        }
    },
    "_embedded": {
        "locations": [
            {
                "_links": {
                    "self": {
                        "href": "http://libuiapps.library.unt.edu/catalog/api/v1/locations/rind"
                    },
                    "items": {
                        "href": "http://libuiapps.library.unt.edu/catalog/api/v1/items/?locationCode=rind"
                    },
                    "courses": {
                        "href": "http://libuiapps.library.unt.edu/catalog/api/v1/courses/?locationCode=rind"
                    },
                    "shelflist": {
                        "href": "http://libuiapps.library.unt.edu/catalog/api/v1/locations/rind/shelflistitems/"
                    }
                },
                "code": "rind",
                "label": "Discovery Park Spark Technology Desk"
            },
            {
                "_links": {
                    "self": {
                        "href": "http://libuiapps.library.unt.edu/catalog/api/v1/locations/w1grn"
                    },
                    "items": {
                        "href": "http://libuiapps.library.unt.edu/catalog/api/v1/items/?locationCode=w1grn"
                    },
                    "courses": {
                        "href": "http://libuiapps.library.unt.edu/catalog/api/v1/courses/?locationCode=w1grn"
                    },
                    "shelflist": {
                        "href": "http://libuiapps.library.unt.edu/catalog/api/v1/locations/w1grn/shelflistitems/"
                    }
                },
                "code": "w1grn",
                "label": "Willis 1FL Graphic Novels"
            },
            {
                "_links": {
                    "self": {
                        "href": "http://libuiapps.library.unt.edu/catalog/api/v1/locations/flfdc"
                    },
                    "items": {
                        "href": "http://libuiapps.library.unt.edu/catalog/api/v1/items/?locationCode=flfdc"
                    },
                    "courses": {
                        "href": "http://libuiapps.library.unt.edu/catalog/api/v1/courses/?locationCode=flfdc"
                    },
                    "shelflist": {
                        "href": "http://libuiapps.library.unt.edu/catalog/api/v1/locations/flfdc/shelflistitems/"
                    }
                },
                "code": "flfdc",
                "label": "Frisco Landing Featured Books"
            },
            {
                "_links": {
                    "self": {
                        "href": "http://libuiapps.library.unt.edu/catalog/api/v1/locations/flbs"
                    },
                    "items": {
                        "href": "http://libuiapps.library.unt.edu/catalog/api/v1/items/?locationCode=flbs"
                    },
                    "courses": {
                        "href": "http://libuiapps.library.unt.edu/catalog/api/v1/courses/?locationCode=flbs"
                    },
                    "shelflist": {
                        "href": "http://libuiapps.library.unt.edu/catalog/api/v1/locations/flbs/shelflistitems/"
                    }
                },
                "code": "flbs",
                "label": "Frisco Landing Library Best Sellers"
            }
        ]
    }
}